mirror of
https://github.com/documenso/documenso
synced 2026-05-04 22:08:18 +00:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
npx prisma migrate deploy --schema ./packages/prisma/schema.prisma
|
|
|
|
node apps/web/server.js
|