Set a user for fedmsg purposes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e834fffda0
commit
f82264261f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ items:
|
||||||
RUN dnf install -y bodhi-server python2-gunicorn
|
RUN dnf install -y bodhi-server python2-gunicorn
|
||||||
RUN mv /usr/share/bodhi/bodhi.wsgi /usr/lib/python2.7/site-packages/bodhiwsgi.py
|
RUN mv /usr/share/bodhi/bodhi.wsgi /usr/lib/python2.7/site-packages/bodhiwsgi.py
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
ENV USER=openshift
|
||||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- bodhiwsgi
|
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- bodhiwsgi
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue