From 573b6202be5f7bc350e3ca72164124eaf99b0c6c Mon Sep 17 00:00:00 2001 From: "Nomi Nonsense (Nonszy)" Date: Sat, 22 Nov 2025 12:49:35 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7d56fe..f944491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,9 +32,9 @@ COPY --from=builder /app/.next/static ./.next/static EXPOSE 3000 -RUN ss -tuln +#RUN ss -tuln -HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=5 \ - CMD curl -f http://localhost:3000 || exit 1 +#HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=5 \ +# CMD curl -f http://localhost:3000 || exit 1 CMD ["node", "server.js"] \ No newline at end of file