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
+3 -1
View File
@@ -7,8 +7,10 @@ ENV PYTHONUNBUFFERED=1
COPY requirements.txt .
RUN mkdir /app/database.db
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD ["python", "bot.py"]
CMD ["python", "bot.py"]