Skip to content

Commit

Permalink
added dev:docker helper script into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkucherenko committed Oct 5, 2024
1 parent b62abdc commit 0044729
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dev:backend": "npx nx run backend:serve:development",
"dev:workers": "npx nx run workers:serve:development",
"dev:cron": "npx nx run cron:serve:development",
"dev:docker": "docker compose -f ./docker-compose.dev.yaml up -d",
"start:prod": "node dist/apps/backend/main.js",
"start:prod:frontend": "nx run frontend:serve:production",
"start:prod:workers": "node dist/apps/workers/main.js",
Expand Down Expand Up @@ -193,5 +194,8 @@
"typescript": "5.5.4",
"vite": "^5.0.0",
"vitest": "1.6.0"
},
"volta": {
"node": "20.17.0"
}
}

0 comments on commit 0044729

Please sign in to comment.