feat: add Dockerfile and .dockerignore, refactor backend to use DATA_DIR for database and uploads

Now able to use docker image
This commit is contained in:
2025-11-11 02:08:48 +01:00
parent 3d9f7d2052
commit 9c61bf2e2c
4 changed files with 60 additions and 18 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
node_modules
frontend/node_modules
backend/node_modules
frontend/dist
backend/dist
backend/db.sqlite
backend/uploads
*.log
.DS_Store
.env