Set a user for fedmsg purposes

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-17 00:59:07 +02:00
parent e834fffda0
commit f82264261f

View file

@ -22,6 +22,7 @@ items:
RUN dnf install -y bodhi-server python2-gunicorn
RUN mv /usr/share/bodhi/bodhi.wsgi /usr/lib/python2.7/site-packages/bodhiwsgi.py
EXPOSE 8080
ENV USER=openshift
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- bodhiwsgi
type: Dockerfile
strategy: