From 5668cf77399963dc680c37858f8e04be716faaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 9 Oct 2025 04:07:47 +0200 Subject: [PATCH] feat: app icon and readme --- Projects/kompose/docs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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