feat: better docker builds

This commit is contained in:
Huskydog9988
2025-05-10 17:27:39 -04:00
parent fc74738643
commit 1bbdf46a0e
4 changed files with 38 additions and 28 deletions

View File

@ -2,8 +2,7 @@
# 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
yarn prisma migrate deploy
# Actually start the application
node /app/app/server/index.mjs
node /app/app/server/index.mjs