diff --git a/Dockerfile b/Dockerfile index 0d59534..acbcfb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY . . # Uncomment the following line in case you want to disable telemetry during the build. # ENV NEXT_TELEMETRY_DISABLED 1 -RUN yarn build +RUN npm run build # If using npm comment out above and use below instead # RUN npm run build