Skip to content

Commit

Permalink
Merge pull request #163 from cuappdev/master
Browse files Browse the repository at this point in the history
Merge master into release
  • Loading branch information
Aayush-Agnihotri authored Sep 3, 2024
2 parents 3baf904 + 89d44c8 commit de53512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 --exists-action w -r requirements.txt
CMD python3 app.py
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ wasmer-compiler-cranelift==1.1.0
wcwidth==0.2.6
Werkzeug==2.2.2
zipp==3.15.0
sentry-sdk==2.13.0
sentry-sdk==2.13.0

0 comments on commit de53512

Please sign in to comment.