Improve Self host setup (#30)
* Add self host setup * Improve blunders * Move to bull mq * More changes * Add example code for sending test emails
This commit is contained in:
12
docker/start.sh
Normal file
12
docker/start.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
echo "Deploying prisma migrations"
|
||||
|
||||
pnpx prisma migrate deploy --schema ./apps/web/prisma/schema.prisma
|
||||
|
||||
echo "Starting web server"
|
||||
|
||||
node apps/web/server.js
|
||||
|
Reference in New Issue
Block a user