fix: misstyped
This commit is contained in:
parent
ae714729bd
commit
021a3aa154
2 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,6 @@ COPY --from=builder --chown=node:node /app/.next/static ./.next/static
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
ENV HOST=localhost PORT=3000 NODE_ENV=production
|
ENV HOST=localhost PORT=3000
|
||||||
|
|
||||||
CMD ["node", "server.js"]
|
CMD ["node", "server.js"]
|
|
@ -3,7 +3,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next",
|
"build": "next build",
|
||||||
"start": "node .next/standalone/server.js",
|
"start": "node .next/standalone/server.js",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"prettier:format": "prettier --write .",
|
"prettier:format": "prettier --write .",
|
||||||
|
|
Loading…
Add table
Reference in a new issue