mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Setup docker-compose.yml
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
current_date=$(date +"%Y-%m-%d")
|
||||
npx prisma migrate dev --name $current_date
|
||||
npm run dev
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user