debug Add health check.

This commit is contained in:
gtrefalt 2025-10-28 21:47:36 +01:00
parent 2428e19951
commit 91663a6a13
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ EXPOSE 3000
# Set environment
ENV NODE_ENV=production
# add health check
HEALTHCHECK --interval=30s --timeout=3s --retries=3 \
CMD wget -qO- http://localhost:3000/_healthz || exit 1
# # add health check
# HEALTHCHECK --interval=30s --timeout=3s --retries=3 \
# CMD wget -qO- http://localhost:3000/_healthz || exit 1
# Start the SvelteKit app