Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoTheTaco committed Oct 10, 2023
1 parent 89588f8 commit 61b3968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ COPY ./twitch_drops_watchdog ./twitch_drops_watchdog
COPY ./requirements.txt .
COPY ./setup.py .

# Install requirements
RUN pip install -r requirements.txt

# Install app
RUN pip install .

Expand Down

0 comments on commit 61b3968

Please sign in to comment.