diff --git a/Dockerfile b/Dockerfile index cbee787..63a9e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt ./ RUN pip install -r requirements.txt --no-deps -COPY bot.py pyproject.toml ./ +COPY bot.py pyproject.toml .env.prod .env.test ./ COPY assets ./assets COPY scripts ./scripts COPY konabot ./konabot