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:
@@ -0,0 +1,4 @@
|
||||
# Exclude local build artifacts — these are regenerated inside the container
|
||||
node_modules/
|
||||
dist/
|
||||
.git/
|
||||
Reference in New Issue
Block a user