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:
Mythie
2024-03-06 15:46:51 +11:00
parent 927cb1a934
commit 2cce6dc2e5
13 changed files with 290 additions and 92 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
npx prisma migrate deploy --schema ./node_modules/.prisma/client/schema.prisma
node apps/web/server.js