feat: update Dockerfile to run migrations at startup and adjust data volume path in docker-compose
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./backend/data:/app/data
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- "4000:3000"
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user