DEVOPS-1893 fix Dockerfile
This commit is contained in:
parent
bff5fcd497
commit
52554d7f29
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ RUN cat /etc/tomcat/webbpm.properties >> /etc/tomcat/catalina.properties \
|
||||||
&& chmod g+rw /var/lib/tomcat/webapps
|
&& chmod g+rw /var/lib/tomcat/webapps
|
||||||
|
|
||||||
COPY frontend.war /var/lib/tomcat/webapps/ROOT.war
|
COPY frontend.war /var/lib/tomcat/webapps/ROOT.war
|
||||||
COPY ul.war /var/lib/tomcat/webapps/ul.war
|
COPY account-applications.war /var/lib/tomcat/webapps/account-applications.war
|
||||||
|
|
||||||
USER tomcat
|
USER tomcat
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue