We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d6981 commit 5932753Copy full SHA for 5932753
package.json
@@ -19,7 +19,7 @@
19
"start-with-latest-migrations": "prisma migrate deploy && next start",
20
"d": "pnpm dx && pnpm dev",
21
"dx": "pnpm i && pnpm dx:up && pnpm db:dev",
22
- "dx:up": "docker compose -f docker/dev/compose.yml up -d",
+ "dx:up": "docker compose -f docker/dev/compose.yml --env-file .env up -d",
23
"dx:down": "docker compose -f docker/dev/compose.yml down",
24
"test": "jest",
25
"test:watch": "jest --watch",
0 commit comments