Fix angular 404

This commit is contained in:
2022-03-17 19:33:38 +01:00
parent b0e3650757
commit 3bf24f4938
2 changed files with 36 additions and 0 deletions

View File

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