Skip to content

Commit

Permalink
fix: added yes flag for confirmation prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Mar 6, 2023
1 parent fe5fa28 commit 2214bdf
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 @@ -94,7 +94,7 @@ COPY ./requirements.txt /code/requirements.txt

RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt

RUN python3 -m pip uninstall uvicorn
RUN python3 -m pip uninstall -y uvicorn

RUN python3 -m pip install uvicorn[standard]

Expand Down

0 comments on commit 2214bdf

Please sign in to comment.