diff --git a/Dockerfile b/Dockerfile index 53ea500..c9a4a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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