Skip to content

Commit

Permalink
[be] chore: Update to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Jun 3, 2024
1 parent 4e9ba2c commit 8a957ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "5432:5432"
app:
build: .
command: ["sh", "-c", "./wait-for-it.sh postgres:5432 -- npx prisma migrate deploy && npm run seed && npm start"]
command: ["sh", "-c", "./wait-for-it.sh postgres:5432 -- yarn prisma migrate deploy && yarn seed && npm start"]
ports:
- "5000:5000"
environment:
Expand Down

0 comments on commit 8a957ce

Please sign in to comment.