mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
7 lines
134 B
Bash
Executable file
7 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
npx prisma migrate deploy --schema ../../packages/prisma/schema.prisma
|
|
|
|
HOSTNAME=0.0.0.0 node build/server/main.js
|