mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
2cce6dc2e5
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.
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
npx prisma migrate deploy --schema ./node_modules/.prisma/client/schema.prisma
|
|
|
|
node apps/web/server.js
|