From 0a33926719aac150601c9e73e7a0d91f6874c7b6 Mon Sep 17 00:00:00 2001 From: aliyaghini <62905408+aliyaghini@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:09:13 +0330 Subject: [PATCH] fix(Dockerfile): Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index de90b9c..ed21dcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,8 +37,7 @@ COPY . . RUN npm ci -RUN npm run build - +RUN npm run build --configuration=production FROM nginx:latest