mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated dockerfile
This commit is contained in:
@@ -26,3 +26,10 @@ COPY ./docker/bin/* /app/bin
|
||||
|
||||
# start backend
|
||||
CMD ["/bin/bash", "/app/bin/docker-init.sh"]
|
||||
|
||||
# frontend port
|
||||
EXPOSE 8080
|
||||
|
||||
# healthcheck for backend
|
||||
HEALTHCHECK --interval=1m --timeout=3s \
|
||||
CMD curl -f http://localhost:8000/health || exit 1
|
||||
Reference in New Issue
Block a user