diff --git a/tg_bot/Dockerfile b/tg_bot/Dockerfile index 8bbf51d..baea381 100644 --- a/tg_bot/Dockerfile +++ b/tg_bot/Dockerfile @@ -15,4 +15,4 @@ COPY . . ENV PYTHONPATH=/app ENV PYTHONUNBUFFERED=1 -CMD ["python", "tg_bot/main.py"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file