Skip to content

Commit

Permalink
Here we go guys, Dockerfile problem (part 1)
Browse files Browse the repository at this point in the history
Pip will upgrade now in Dockerfile
  • Loading branch information
mansuf committed Jun 5, 2024
1 parent 6c191cf commit fe44872
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

COPY . /app
WORKDIR /app
RUN pip install --upgrade pip
RUN pip install .[optional]

WORKDIR /downloads
Expand Down

0 comments on commit fe44872

Please sign in to comment.