Chown Mifos X webapps

This commit is contained in:
Disassembler 2018-01-27 13:59:54 +01:00
parent f9ab1ab379
commit 42e9046ef1
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -20,7 +20,7 @@ RUN \
# Create OS user
&& addgroup -S -g 8012 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
&& apk del wget \
&& rm -rf /tmp/fineractplatform-17.07.01.RELEASE /tmp/mifosx.zip