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
|
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-greenwave.crt /etc/pki/fedmsg/greenwave.crt
|
||||||
# Make sure fedmsg can write its CRL.
|
# Make sure fedmsg can write its CRL.
|
||||||
RUN chmod 777 /var/run/fedmsg/
|
RUN chmod 777 /var/run/fedmsg/
|
||||||
|
ENV USER=openshift
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue