chore: update command

This commit is contained in:
Andrew Bastin
2024-03-19 18:09:18 +05:30
parent 5bf1b6942b
commit e4e0278b6a

View File

@@ -22,7 +22,7 @@ services:
depends_on: depends_on:
hoppscotch-db: hoppscotch-db:
condition: service_healthy condition: service_healthy
command: pnpm exec prisma migrate deploy && node /usr/src/app/aio_run.mjs command: ["sh", "-c", "pnpm exec prisma migrate deploy && node /usr/src/app/aio_run.mjs"]
ports: ports:
- "3000:3000" - "3000:3000"
- "3100:3100" - "3100:3100"