diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 15ab872..7b8dde9 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -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"]