mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
Tidy the docker setup and include a Github Action for publishing docker containers to DockerHub and Github Container Registry. Also add a small README file with docker hosting instructions.
5 lines
115 B
Bash
Executable file
5 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
|
|
npx prisma migrate deploy --schema ./node_modules/.prisma/client/schema.prisma
|
|
|
|
node apps/web/server.js
|