version: '3.8'
services:
app:
build: .
ports:
- "3000:3000"
volumes:
- ./data/app.db:/app/prisma/dev.db
bridge:
command: ["npm", "run", "bridge"]