chore: update Docker setup

- Replace lowercase dockerfile with proper Dockerfile
- Add .dockerignore for cleaner builds
- Add build.sh script
- Update docker-compose.yml: separate volumes for config, database, plugins; set restart policy to unless-stopped; remove deprecated version field
This commit is contained in:
MauroDruwel
2026-05-23 11:15:49 +02:00
parent ddae7b5e46
commit 45080ccd96
5 changed files with 63 additions and 22 deletions
+4
View File
@@ -0,0 +1,4 @@
# Exclude local build artifacts — these are regenerated inside the container
node_modules/
dist/
.git/