Add Dockerfile for Coolify deployment
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
.git
|
||||
.gitignore
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
data/storage/
|
||||
data/year_backups/
|
||||
uploads/
|
||||
media/
|
||||
logs/
|
||||
|
||||
node_modules/
|
||||
playwright-report/
|
||||
test-results/
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user