Skip to content

Commit

Permalink
Merge pull request #160 from cuappdev/Aayush-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 523abb4 + 57672ec commit 9cb51b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 -r requirements.txt
CMD python3 app.py
RUN pip3 install --force-reinstall -r requirements.txt
CMD python3 app.py

0 comments on commit 9cb51b4

Please sign in to comment.