ci: updated dockerfile

This commit is contained in:
Marvin Zhang
2024-10-25 11:49:01 +08:00
parent 1485dd85e9
commit ff288d8b43
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"]