Deploy
Some checks failed
Build & deploy / Build & publish server image (push) Failing after 17s
Build & deploy / Build & deploy website (push) Successful in 1m28s

This commit is contained in:
Andras Schmelczer 2026-06-03 21:03:13 +01:00
parent 379ee14739
commit 0ed480777e
9 changed files with 214 additions and 68 deletions

14
.dockerignore Normal file
View file

@ -0,0 +1,14 @@
# The server image only needs `shared/` and `backend/`.
**/node_modules
**/dist
**/lib
.git
.github
.forgejo
.devcontainer
.vscode
frontend
media
*.log
Dockerfile
.dockerignore