Skip to content

Commit

Permalink
removing gevent as it is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Sep 21, 2023
1 parent d97fe2b commit 453c861
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ RUN yum update -y && yum install -y --setopt install_weak_deps=0 \
postgresql-devel shadow-utils\
bash

RUN yum install python3-devel gcc -y
#RUN poetry run pip install python3-devel gcc

RUN useradd -ms /bin/bash appuser

COPY --from=build-deps --chown=appuser:appuser /$appname /$appname
Expand All @@ -61,6 +58,5 @@ WORKDIR /$appname
USER appuser

RUN poetry add gunicorn
RUN poetry add gevent

CMD ["poetry", "run", "gunicorn", "-c", "deployment/wsgi/gunicorn.conf.py"]
1 change: 0 additions & 1 deletion deployment/wsgi/gunicorn.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
user = "appuser"
group = "appuser"
timeout = 300
worker_class = "gevent"

0 comments on commit 453c861

Please sign in to comment.