Fixed healthcheck

This commit is contained in:
Administrator 2022-03-17 19:44:47 +01:00
parent 3bf24f4938
commit 9ea9c2175f

View File

@ -14,6 +14,7 @@ FROM nginx:latest
COPY --from=build /usr/local/app/dist/aktienbot /usr/share/nginx/html
COPY frontend/deploy/nginx.conf /etc/nginx
COPY frontend/deploy deploy/
HEALTHCHECK --interval=15s --timeout=2s CMD ["./deploy/healthcheck.sh"]