Skip to content

Commit

Permalink
Make sure to copy over requirements.txt to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
gersh committed Apr 5, 2023
1 parent 62dfd84 commit 23ed4b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3.11

WORKDIR /app
COPY scripts/ /app
COPY requirements.txt /app

RUN pip install -r requirements.txt

Expand Down

0 comments on commit 23ed4b3

Please sign in to comment.