1
0

feat: docker deployment with compose quickstart

This commit is contained in:
2026-08-29 18:07:43 +02:00
parent 061f7349b5
commit ba705d546a
4 changed files with 74 additions and 1 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules
server/dist
web/dist
data
.git
.gitignore
*.log
.DS_Store