Skip to content

Commit

Permalink
Don't re-run pip every time a file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKingtonFC committed Jul 23, 2023
1 parent 3950dfb commit d4b39d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ RUN apt-get install -y git

RUN cargo install sgf-render

COPY . .

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

ENTRYPOINT python3 rengobot.py
COPY . .

ENTRYPOINT python3 rengobot.py
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
git+https://github.com/katie-oh/rengobot
sgfmill
python-discord
python-discord

0 comments on commit d4b39d3

Please sign in to comment.