DEVOPS-1893 fix Dockerfiles
This commit is contained in:
parent
115c2a0a78
commit
b4b652e9b0
3 changed files with 4 additions and 50 deletions
|
|
@ -9,7 +9,8 @@ COPY tomcat /
|
|||
|
||||
RUN cat /etc/tomcat/webbpm.properties >> /etc/tomcat/catalina.properties \
|
||||
&& chown root:tomcat /var/lib/tomcat/webapps \
|
||||
&& chmod g+rw /var/lib/tomcat/webapps
|
||||
&& chmod g+rw /var/lib/tomcat/webapps \
|
||||
&& rm -rf /var/lib/tomcat/webapps/ROOT
|
||||
|
||||
COPY frontend.war /var/lib/tomcat/webapps/ROOT.war
|
||||
COPY account-applications.war /var/lib/tomcat/webapps/account-applications.war
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue