Skip to content

Commit

Permalink
🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic authored Mar 14, 2024
1 parent 19aecab commit 50b7c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.bot
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50b7c3e

Please sign in to comment.