Skip to content

Commit

Permalink
revert the start script
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Dec 18, 2023
1 parent 6977eeb commit cd858c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN yarn

COPY . /home/node/app
RUN yarn build
CMD ["yarn", "deploy"]
CMD ["yarn", "start"]
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"dev": "next dev",
"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",
"cypress:open:component": "cypress open --component",
Expand Down

0 comments on commit cd858c3

Please sign in to comment.