Skip to content

Commit

Permalink
install req. instead of download
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 9, 2024
1 parent 542c3ae commit effcee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN echo "\n Run Dockerfile"
COPY ./requirements.txt .

# Install pipenv
RUN python -m pip download -r requirements.txt
RUN python -m pip install -r requirements.txt

0 comments on commit effcee7

Please sign in to comment.