This commit is contained in:
Arxip222
2025-12-23 12:16:19 +03:00
parent 0bc47a9e7f
commit 09dfe46a5b
4 changed files with 71 additions and 8 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
COPY . ./tg_bot/
ENV PYTHONPATH=/app
ENV PYTHONUNBUFFERED=1
CMD ["python", "main.py"]
CMD ["python", "tg_bot/main.py"]