Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ COPY . . #RUN npm run format:check # Build the Next.js app RUN npm run build RUN NEXT_DEBUG_BUILD=1 NODE_OPTIONS="--trace-warnings" npm run build # Expose the port the app will run on EXPOSE 3000 Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ COPY . . #RUN npm run format:check # Build the Next.js app RUN npm run build RUN NEXT_DEBUG_BUILD=1 NODE_OPTIONS="--trace-warnings" npm run build # Expose the port the app will run on EXPOSE 3000 Loading