Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush-Agnihotri authored Sep 3, 2024
1 parent 9cb51b4 commit 95da512
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,5 +5,5 @@ WORKDIR /usr/src/app
COPY . .
ENV MAX_CONCURRENT_PIP=4
RUN pip3 install --upgrade pip
RUN pip3 install --force-reinstall -r requirements.txt
RUN pip3 install --exists-action w -r requirements.txt
CMD python3 app.py

0 comments on commit 95da512

Please sign in to comment.