This commit is contained in:
2026-07-10 14:29:35 +03:00
parent 3d0ec91dc1
commit eb4c5ca8d4
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -7,6 +7,8 @@ ENV PYTHONUNBUFFERED=1
COPY requirements.txt .
RUN mkdir /app/database.db
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
Binary file not shown.
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- .env
volumes:
- ./database.db:/app/database.db
- ./database/database.db:/app/database/database.db
dns:
- 8.8.8.8