fix: clear conflicting local root created dirs

This commit is contained in:
2026-06-30 19:40:28 +05:30
parent f3727af697
commit b4049630ed
2 changed files with 9 additions and 0 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
.venv
.git
.pytest_cache
__pycache__
*.pyc
.env
*.log

View File

@@ -33,6 +33,7 @@ services:
- "3000:3000"
volumes:
- .:/app
- /app/.venv
environment:
- POSTGRES_HOST=db
- POSTGRES_PORT=5432
@@ -53,6 +54,7 @@ services:
container_name: alemno_worker
volumes:
- .:/app
- /app/.venv
environment:
- POSTGRES_HOST=db
- POSTGRES_PORT=5432