Skip to content

Commit

Permalink
je suis idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEthamin committed Jun 13, 2024
1 parent a2a8616 commit a8c3246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.12-slim-bookworm

WORKDIR /bot

COPY requirements.txt requirements.txt
COPY ./requirements.txt requirements.txt
RUN pip3 install -r requirements.txt

COPY ../src/ .
Expand Down

0 comments on commit a8c3246

Please sign in to comment.