From 2a2600c59a9286b5b8dad8e89b73dc79cd33ab05 Mon Sep 17 00:00:00 2001 From: Sergey Bahmatov Date: Fri, 28 Mar 2025 19:45:29 +0500 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d01d8fa..5f86a87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ COPY . . ENV PYTHONPATH=/app -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir -r /pomodoro_bot/requirements.txt CMD ["python", "main.py"] \ No newline at end of file