Skip to content

Commit

Permalink
Merge pull request #161 from cuappdev/Aayush-Agnihotri-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Aayush-Agnihotri authored Sep 3, 2024
2 parents 9cb51b4 + 95da512 commit 89d44c8
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 89d44c8

Please sign in to comment.