another attempt at gunicorn here

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-08-17 00:34:24 +00:00
parent d7c787542b
commit 4a4ad044f8

View file

@ -23,8 +23,7 @@ spec:
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
WORKDIR /srv/greenwave
EXPOSE 8080
#ENTRYPOINT python run-dev-server.py
ENTRYPOINT tail -f /dev/null
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
strategy:
type: Docker
output: