fix(front/Dockerfile.dev): use adaptive healthcheck
This commit is contained in:
parent
96f5c0806d
commit
a32b9e5558
|
@ -14,4 +14,4 @@ COPY . .
|
|||
CMD [ "yarn", "serve" ]
|
||||
|
||||
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