Skip to content

Commit

Permalink
cmd start
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Nov 6, 2023
1 parent 79ca2e2 commit 8f40519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"node": "20"
},
"scripts": {
"start": "next start",
"dev": "scripts/dev",
"pgadmin": "docker-compose up --build --force-recreate --remove-orphans pgadmin",
"dev:app": "yarn workspace app run dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ COPY --from=builder --chown=node:node /app/packages/app/.next ./.next

USER 1001

CMD ["node_modules/.bin/next", "start"]
CMD ["yarn", "workspace", "app", "start"]

0 comments on commit 8f40519

Please sign in to comment.