From b5b903ccf634ef9fbf6d11b5d53910fcaa12eacb Mon Sep 17 00:00:00 2001 From: Omar Ahmed Date: Wed, 1 Oct 2025 01:42:41 +0300 Subject: [PATCH] first commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef509a6..1578255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ WORKDIR /app COPY --from=builder /app ./ EXPOSE 3000 ENV PORT=3000 -CMD ["npx", "next", "start", "-p", "3000"] +CMD ["sh", "-c", "npx next start -p ${PORT} -H 0.0.0.0"]