Skip to content

Commit

Permalink
pass -d to docker compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
eramdam committed Sep 5, 2023
1 parent 2f48838 commit 5607d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cron": "forever start src/cron.js",
"build": "tsc -p .",
"clean": "rm src/*.js",
"docker": "npm install && npm run build && docker compose up"
"docker": "npm install && npm run build && docker compose up -d"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5607d20

Please sign in to comment.