Fixed healthcheck
This commit is contained in:
parent
3bf24f4938
commit
9ea9c2175f
@ -14,6 +14,7 @@ FROM nginx:latest
|
|||||||
|
|
||||||
COPY --from=build /usr/local/app/dist/aktienbot /usr/share/nginx/html
|
COPY --from=build /usr/local/app/dist/aktienbot /usr/share/nginx/html
|
||||||
COPY frontend/deploy/nginx.conf /etc/nginx
|
COPY frontend/deploy/nginx.conf /etc/nginx
|
||||||
|
COPY frontend/deploy deploy/
|
||||||
|
|
||||||
HEALTHCHECK --interval=15s --timeout=2s CMD ["./deploy/healthcheck.sh"]
|
HEALTHCHECK --interval=15s --timeout=2s CMD ["./deploy/healthcheck.sh"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user