diff --git a/examples/with-docker/Dockerfile b/examples/with-docker/Dockerfile index 9a478dd0b6c7..67bec4d37092 100644 --- a/examples/with-docker/Dockerfile +++ b/examples/with-docker/Dockerfile @@ -23,6 +23,9 @@ COPY . . RUN yarn build +# If using npm comment out above and use below instead +# RUN npm run build + # Production image, copy all the files and run next FROM node:16-alpine AS runner WORKDIR /app