Skip to content

Commit cccbf4e

Browse files
committed
docker-fix
1 parent 19dc888 commit cccbf4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€ŽDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ FROM node:18-alpine AS runner
6161

6262
WORKDIR /app
6363

64-
# Define build arguments again for the final stage
64+
# Define Build Arguments Again For The Final Stage
6565
ARG NODE_ENV
6666
ARG NEXT_PUBLIC_CLERK_SIGN_IN_URL
6767
ARG NEXT_PUBLIC_CLERK_SIGN_UP_URL

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ npm run start:dev
181181
**Build Production Version Of This Project**
182182

183183
```bash
184-
npm run build:prod
184+
npm run build
185185
```
186186

187187
</br>

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"start:dev": "next dev",
7-
"build:prod": "next build",
7+
"build": "next build",
88
"start:prod": "next start",
99
"validate:lint": "next lint"
1010
},

0 commit comments

Comments
Β (0)