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