diff --git a/Dockerfile b/Dockerfile index 349ff0e..c70c70a 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