diff --git a/Dockerfile b/Dockerfile index a07dba5..be04c0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM python:3.8.11-slim ENV DOCKER_KASSOUBOT=True +WORKDIR /opt + COPY requirements.txt . RUN apt update && \ apt install git -y && \