mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
npx prisma migrate deploy --schema ./packages/prisma/schema.prisma
|
|
|
|
node apps/web/server.js
|