From 6f5f3d50d398666da0a8a438eb4db13676e017a6 Mon Sep 17 00:00:00 2001 From: Suriya Date: Thu, 11 Jun 2026 15:50:10 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd9b8b8..b730ce5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY build/ . # 3. Copy your custom Nginx configuration (which you already have in your log) COPY nginx.conf /etc/nginx/nginx.conf -EXPOSE 80 +EXPOSE 3000 CMD ["nginx", "-g", "daemon off;"]