Skip to content

Commit

Permalink
Merge pull request #3 from dekiakbar/dev
Browse files Browse the repository at this point in the history
docker sommand
  • Loading branch information
Deki authored Aug 27, 2022
2 parents a1d457d + 19ba7e0 commit cbc3e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
services:
node:
command: "npm run start:prod"
command: bash -c "npm run build && npm run start:prod"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
- '.:/app'
ports:
- "${PORT}:${PORT}"
command: "npm run start:dev"
command: bash -c "npm run start:dev"

0 comments on commit cbc3e16

Please sign in to comment.