Setup docker-compose.yml

This commit is contained in:
charles-gauthereau
2024-11-03 11:49:04 +01:00
parent 183cd8ddb9
commit ba9dddf0aa
11 changed files with 376 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
current_date=$(date +"%Y-%m-%d")
npx prisma migrate dev --name $current_date
npm run dev
exec "$@"