mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
8 lines
128 B
Bash
Executable File
8 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
npx prisma migrate deploy --schema ./packages/prisma/schema.prisma
|
|
|
|
HOSTNAME=0.0.0.0 node apps/web/server.js
|