docker based deployment

This commit is contained in:
DecDuck
2024-11-04 20:50:35 +11:00
parent 35e8b5b7d6
commit 1f7e50a694
7 changed files with 95 additions and 17 deletions
+7
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