mirror of
https://github.com/documenso/documenso.git
synced 2026-07-24 00:43:40 +10:00
feat: tidy docker setup
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.
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
npx prisma migrate deploy --schema ./node_modules/.prisma/client/schema.prisma
|
||||
|
||||
node apps/web/server.js
|
||||
Reference in New Issue
Block a user