Dockerize
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Run migrations
|
||||
npx prisma migrate deploy
|
||||
|
||||
# Start the application
|
||||
node dist/index.js
|
||||
Reference in New Issue
Block a user