feat: add worker loop and production Dockerfiles
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
node node_modules/prisma/build/index.js migrate deploy
|
||||
exec node server.js
|
||||
Reference in New Issue
Block a user