diff --git a/Dockerfile b/Dockerfile index 0faa10d..d5dde58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,4 @@ COPY index.html style.css script.js /usr/share/nginx/html/ EXPOSE 80 -# Liveness probe for `docker ps` / orchestration. -HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ - CMD wget -q -O /dev/null http://localhost/ || exit 1 - CMD ["nginx", "-g", "daemon off;"]