Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Conversation

@duggelz
Copy link
Contributor

No description provided.

@duggelzduggelzforce-pushed the dgreiman/eventlet branch 2 times, most recently from c51ae56 to 71fec10CompareAugust 11, 2017 00:17
The eventlet worker for gunicorn dies if /etc/protocols isn't present, which was previously the case. We now install the Debian 'netbase' package which provides this file and others.
ADD requirements.txt /app/
RUN pip install -r requirements.txt
ADD . /app/
RUN gunicorn -k eventlet -b :$PORT --daemon main:app ; \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat

@duggelzduggelz changed the title [DO NOT MERGE] Add compatibility test for the 'eventlet' Python package.Add compatibility test for the 'eventlet' Python package.Aug 16, 2017
@duggelzduggelz merged commit 0ed01f2 into masterAug 16, 2017
@duggelzduggelz deleted the dgreiman/eventlet branch August 16, 2017 20:44
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@duggelz@theacodes