We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0ceee commit 1c09714Copy full SHA for 1c09714
Dockerfile
@@ -49,7 +49,7 @@ COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-asse
49
USER ${UID}:${GID}
50
51
HEALTHCHECK --start-period=10s --start-interval=1s --interval=30s --timeout=5s --retries=3 \
52
- CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1
+ CMD wget --no-verbose -Y off --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1
53
54
EXPOSE ${PORT}
55
0 commit comments