Update Dockerfile

This commit is contained in:
lancelotly 2023-10-22 21:37:47 -05:00 committed by GitHub
parent 46f33f894b
commit 2dc619f558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,5 @@ COPY . .
EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD wget --quiet --tries=1 --spider http://localhost:3000 || exit 1
# HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
# CMD wget --quiet --tries=1 --spider http://localhost:3000 || exit 1