diff --git a/Dockerfile b/Dockerfile index a8ae5b9..863ef00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ COPY . . RUN pip install -r bot_requirements.txt +ENV PYTHONPATH .:${PYTHONPATH} CMD ["python", "-u", "./bot/bot.py"] \ No newline at end of file