feat: update Dockerfile to run migrations at startup and adjust data volume path in docker-compose

This commit is contained in:
Daniel Volz
2025-12-20 17:47:18 +01:00
parent ac7bc940b8
commit 70bdc393cc
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
env_file:
- .env
volumes:
- ./backend/data:/app/data
- ./data:/app/data
ports:
- "4000:3000"
healthcheck: