Skip to content

Commit cd858c3

Browse files
committed
revert the start script
1 parent 6977eeb commit cd858c3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN yarn
1111

1212
COPY . /home/node/app
1313
RUN yarn build
14-
CMD ["yarn", "deploy"]
14+
CMD ["yarn", "start"]

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"scripts": {
99
"dev": "next dev",
1010
"build": "next build",
11-
"deploy": "next build && next start",
12-
"start": "next start",
11+
"start": "next build && next start",
1312
"lint": "next lint --dir pages --dir utils",
1413
"lint:fix": "next lint --dir pages --dir utils --fix",
1514
"cypress:open:component": "cypress open --component",

0 commit comments

Comments
 (0)