fix(front/Dockerfile.dev): use adaptive healthcheck

This commit is contained in:
jon r 2025-03-15 16:51:49 +01:00
parent 9e91ec3d96
commit 119794d5db
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ COPY . .
CMD [ "yarn", "serve" ] CMD [ "yarn", "serve" ]
HEALTHCHECK --start-period=30s --interval=10s --timeout=5s \ HEALTHCHECK --start-period=30s --interval=10s --timeout=5s \
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/ || exit 1 CMD wget --no-verbose --tries=1 --spider http://localhost:${VUE_PORT}/ || exit 1