Files
drop/build/launch.sh
2025-05-10 23:49:58 -04:00

9 lines
237 B
Bash
Executable File

#!/bin/bash
# This file starts up the Drop server by running migrations and then starting the executable
echo "[Drop] performing migrations..."
yarn prisma migrate deploy
# Actually start the application
node /app/app/server/index.mjs