diff --git a/Dockerfile.bot b/Dockerfile.bot index 6ac5f61..4f936ce 100644 --- a/Dockerfile.bot +++ b/Dockerfile.bot @@ -4,7 +4,7 @@ WORKDIR /app COPY bot/bot.py /app/ COPY bot/messages.py /app/ -COPY .env /app/ +COPY .env.example /app/.env RUN python -m pip install --upgrade pip