Update Dockerfile

This commit is contained in:
lancelotly 2023-10-23 01:22:38 -05:00 committed by GitHub
parent 83f4c27dc3
commit 7051722720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,6 @@ 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
CMD node index.js