Update Dockerfile

This commit is contained in:
lancelotly 2023-10-22 22:25:44 -05:00 committed by GitHub
parent 2dc619f558
commit 83f4c27dc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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