Skip to content

Commit

Permalink
refactor: update docker script (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
cerinoligutom authored May 5, 2023
2 parents b853a25 + 279c46b commit 49207f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN pnpm build

RUN ls -al

CMD [ "npm", "start" ]
CMD [ "pnpm", "start" ]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile.dev
user: node
command: npm start
command: pnpm start
restart: always
volumes:
- ./:/usr/src/app
Expand Down

0 comments on commit 49207f2

Please sign in to comment.