Gunicorn packaging is... interesting

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-13 14:27:05 +00:00
parent 15cfbcb7e2
commit d3e6a01bbf

View file

@ -18,7 +18,7 @@ items:
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo
RUN dnf install -y bodhi-server python2-gunicorn
EXPOSE 8080
ENTRYPOINT python-gunicorn --bind 0.0.0.0:8080 --access-logfile=- /usr/share/bodhi/bodhi.wsgi
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- /usr/share/bodhi/bodhi.wsgi
type: Dockerfile
strategy:
type: Docker