mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01:00
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/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 |