We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6977eeb commit cd858c3Copy full SHA for cd858c3
Dockerfile
@@ -11,4 +11,4 @@ RUN yarn
11
12
COPY . /home/node/app
13
RUN yarn build
14
-CMD ["yarn", "deploy"]
+CMD ["yarn", "start"]
package.json
@@ -8,8 +8,7 @@
8
"scripts": {
9
"dev": "next dev",
10
"build": "next build",
- "deploy": "next build && next start",
- "start": "next start",
+ "start": "next build && next start",
"lint": "next lint --dir pages --dir utils",
"lint:fix": "next lint --dir pages --dir utils --fix",
15
"cypress:open:component": "cypress open --component",
0 commit comments