Skip to content

Commit

Permalink
Merge pull request #4214 from hove-io/uwsgi_version
Browse files Browse the repository at this point in the history
[Tyr-web]: fix uwsgi version
  • Loading branch information
azime authored Feb 9, 2024
2 parents a266e5e + 842aa1a commit f779528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian8/Dockerfile-tyr-web
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get install -y --force-yes postgresql-client
RUN pip install --no-cache-dir -r /usr/share/tyr/requirements.txt

# install uwsgi
RUN pip install uwsgi
RUN pip install uwsgi==2.0.22

WORKDIR /usr/src/app/
RUN cp /usr/bin/manage_tyr.py /usr/src/app/manage_tyr.py
Expand Down

0 comments on commit f779528

Please sign in to comment.