Add workdirs for Mifos X and Motech

This commit is contained in:
Disassembler 2018-01-23 21:08:21 +01:00
parent aad9076b3f
commit cc850a8b34
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 2 additions and 0 deletions

View File

@ -48,4 +48,5 @@ RUN \
EXPOSE 8012
USER mifosx
WORKDIR /srv/tomcat
CMD ["catalina.sh", "run"]

View File

@ -43,4 +43,5 @@ VOLUME ["/srv/tomcat/.motech"]
EXPOSE 8013
USER motech
WORKDIR /srv/tomcat
CMD ["catalina.sh", "run"]