Gunicorn packaging is... interesting
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
15cfbcb7e2
commit
d3e6a01bbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue