Skip to content

Commit

Permalink
Merge pull request #358 from Pet-projects-CodePET/add/tests
Browse files Browse the repository at this point in the history
add install gunicorn into Docker
  • Loading branch information
Badmajor authored Jul 31, 2024
2 parents 24ead46 + 94658db commit ca5bd73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN python -m pip install --upgrade pip

RUN apt-get update && apt-get install -y vim

RUN pip install gunicorn==22.0.0

RUN pip install -r requirements.txt --no-cache-dir

COPY /src/backend/. .
Expand Down

0 comments on commit ca5bd73

Please sign in to comment.