mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-24 16:43:37 +01:00
refactor(docker): improve Docker setup and reduce image size
- Add multi-stage build to Dockerfile for smaller production image - Move docker-compose.yml to project root for easier usage - Flatten docker/init/setup.sh to docker/setup.sh - Expand .dockerignore to exclude unnecessary files - Remove deprecated version field from compose files
This commit is contained in:
@@ -1 +1,35 @@
|
||||
# Build artifacts
|
||||
bin/
|
||||
erupe-ce
|
||||
*.exe
|
||||
|
||||
# Docker data directories
|
||||
docker/db-data/
|
||||
docker/savedata/
|
||||
docker/Servers/
|
||||
|
||||
# IDE and editor files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Documentation and config examples
|
||||
*.md
|
||||
!README.md
|
||||
.env
|
||||
.env.*
|
||||
config.json
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Test artifacts
|
||||
coverage.out
|
||||
*.test
|
||||
|
||||
Reference in New Issue
Block a user