File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ FROM node:18-alpine AS runner
61
61
62
62
WORKDIR /app
63
63
64
- # Define build arguments again for the final stage
64
+ # Define Build Arguments Again For The Final Stage
65
65
ARG NODE_ENV
66
66
ARG NEXT_PUBLIC_CLERK_SIGN_IN_URL
67
67
ARG NEXT_PUBLIC_CLERK_SIGN_UP_URL
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ npm run start:dev
181
181
** Build Production Version Of This Project**
182
182
183
183
``` bash
184
- npm run build:prod
184
+ npm run build
185
185
```
186
186
187
187
</br >
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start:dev" : " next dev" ,
7
- "build:prod " : " next build" ,
7
+ "build" : " next build" ,
8
8
"start:prod" : " next start" ,
9
9
"validate:lint" : " next lint"
10
10
},
You canβt perform that action at this time.
0 commit comments