diff --git a/Dockerfile b/Dockerfile index 517bd3b..cbee787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,7 @@ COPY bot.py pyproject.toml ./ COPY assets ./assets COPY scripts ./scripts COPY konabot ./konabot + +ENV PYTHONPATH=/app + CMD [ "python", "bot.py" ]