Make sure greenwave fedmsg can write its CRL.
This commit is contained in:
parent
72e314689d
commit
c5549a24f8
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ spec:
|
|||
RUN mkdir -p /etc/pki/fedmsg/
|
||||
RUN ln -sf /etc/pki/fedmsg/key/fedmsg-greenwave.key /etc/pki/fedmsg/greenwave.key
|
||||
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/
|
||||
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