fix: misstyped

This commit is contained in:
Théo 2023-07-19 13:06:31 +02:00
parent ae714729bd
commit 021a3aa154
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -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 .",