fix: improve docker deployment stability and ensure prisma migrations run in production
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- DATABASE_URL=file:/app/data/dev.db
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user