Declare a username so fedmsg.publish() works.
This commit is contained in:
parent
c9ed2f924f
commit
e1429ff6d4
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ spec:
|
|||
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-greenwave.crt /etc/pki/fedmsg/greenwave.crt
|
||||
# Make sure fedmsg can write its CRL.
|
||||
RUN chmod 777 /var/run/fedmsg/
|
||||
ENV USER=openshift
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue