docker based deployment

This commit is contained in:
DecDuck
2024-11-04 20:50:35 +11:00
parent 5fe2036f0b
commit c5d00b4766
7 changed files with 95 additions and 17 deletions

7
build/launch.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# This file starts up the Drop server by running migrations and then starting the executable
prisma migrate deploy
# Actually start the application
node /app/app/server/index.mjs