fix: prisma migrations in docker

i hate prisma so so so so so much
This commit is contained in:
DecDuck
2025-04-20 18:12:29 +10:00
parent f24a5dbfc4
commit c8db07b9d7
12 changed files with 49 additions and 50 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# This file starts up the Drop server by running migrations and then starting the executable
echo "[Drop] performing migrations..."
ls ./prisma/migrations/
prisma migrate deploy
# Actually start the application