mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
ci: updated dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user