[FEAT] Docker compose
This commit is contained in:
29
.dockerignore
Normal file
29
.dockerignore
Normal file
@@ -0,0 +1,29 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Environment
|
||||
.env
|
||||
|
||||
# Uploads (will be mounted as volume)
|
||||
uploads/
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
|
||||
# Docker files (not needed in context)
|
||||
docker-compose*.yml
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user