diff --git a/Projects/kompose/docs/Dockerfile b/Projects/kompose/docs/Dockerfile index 1013a24a..12b66071 100644 --- a/Projects/kompose/docs/Dockerfile +++ b/Projects/kompose/docs/Dockerfile @@ -28,8 +28,8 @@ COPY nginx.conf /etc/nginx/nginx.conf COPY --from=builder /app/.output/public /usr/share/nginx/html # Add healthcheck -HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ - CMD wget --quiet --tries=1 --spider http://localhost:80/ || exit 1 +# HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ +# CMD wget --quiet --tries=1 --spider http://localhost:80/ || exit 1 EXPOSE 80