mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
8 lines
134 B
Bash
Executable File
8 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
|