Chown Mifos X webapps
This commit is contained in:
parent
f9ab1ab379
commit
42e9046ef1
@ -20,7 +20,7 @@ RUN \
|
|||||||
# Create OS user
|
# Create OS user
|
||||||
&& addgroup -S -g 8012 mifosx \
|
&& addgroup -S -g 8012 mifosx \
|
||||||
&& adduser -S -u 8012 -h /srv/tomcat -s /bin/false -g mifosx -G mifosx mifosx \
|
&& adduser -S -u 8012 -h /srv/tomcat -s /bin/false -g mifosx -G mifosx mifosx \
|
||||||
&& chown -R mifosx:mifosx /srv/tomcat/conf /srv/tomcat/logs /srv/tomcat/temp /srv/tomcat/work \
|
&& chown -R mifosx:mifosx /srv/tomcat/conf /srv/tomcat/logs /srv/tomcat/temp /srv/tomcat/webapps /srv/tomcat/work \
|
||||||
# Cleanup
|
# Cleanup
|
||||||
&& apk del wget \
|
&& apk del wget \
|
||||||
&& rm -rf /tmp/fineractplatform-17.07.01.RELEASE /tmp/mifosx.zip
|
&& rm -rf /tmp/fineractplatform-17.07.01.RELEASE /tmp/mifosx.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user