ci: updated dockerfile

This commit is contained in:
Marvin Zhang
2024-10-25 11:49:01 +08:00
parent 82e078076c
commit d2683066c9
3 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ COPY --from=frontend-build /app/dist /app/dist
COPY ./docker/nginx/crawlab.conf /etc/nginx/conf.d
# copy docker bin files
COPY ./docker/bin /app/
RUN mkdir -p /app/bin
COPY ./docker/bin/* /app/bin
# start backend
CMD ["/bin/bash", "/app/bin/docker-init.sh"]

View File

@@ -1,6 +1,6 @@
{
"name": "crawlab",
"version": "0.7.0-rc1",
"version": "0.7.0-rc2",
"scripts": {
"dev": "turbo run dev",
"test": "turbo run test",