Change owner of httpdir

This commit is contained in:
Michal Konečný 2018-11-29 13:27:31 +01:00
parent 01a8022713
commit 627fe47e51
2 changed files with 3 additions and 1 deletions

View file

@ -57,6 +57,8 @@ items:
popd && \
rm -rf anitya
RUN rm /etc/fedmsg.d/*py
RUN mkdir /httpdir
RUN chown anitya /httpdir
RUN mkdir -p /etc/pki/fedmsg/
RUN ln -sf /etc/pki/fedmsg/key/fedmsg-release-monitoring.key /etc/pki/fedmsg/release-monitoring.key
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-release-monitoring.crt /etc/pki/fedmsg/release-monitoring.crt

View file

@ -46,7 +46,7 @@ items:
- /etc/anitya/start.sh
env:
- name: USER
value: openshift
value: anitya
ports:
- containerPort: 8080
resources: {}