fix(front/Dockerfile.dev): use adaptive healthcheck
This commit is contained in:
parent
9e91ec3d96
commit
119794d5db
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue