From 3f680ea5a53a3ef92accca5390ff7081b1aeda89 Mon Sep 17 00:00:00 2001 From: Gangaprasad <80946904+ganga2166@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:53:33 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c70c70a..349ff0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,10 +27,10 @@ COPY . . # Uncomment the following line in case you want to disable telemetry during the build. # ENV NEXT_TELEMETRY_DISABLED 1 -#RUN yarn build +RUN yarn build # If using npm comment out above and use below instead -RUN npm run build +# RUN npm run build # Production image, copy all the files and run next FROM base AS runner