Skip to content

Commit

Permalink
misc: add d option for docker compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
jinho-choi123 committed May 10, 2024
1 parent 1aaeac3 commit 9b1012b
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 @@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"prod": "docker compose -p zabo-boards -f .docker/docker-compose.yaml --env-file .docker/.env.production",
"prod:up": "yarn prod up",
"prod:up": "yarn prod up -d",
"prod:down": "yarn prod down",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand Down

0 comments on commit 9b1012b

Please sign in to comment.