This is an automated email from the ASF dual-hosted git repository. jfclere pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new a42b94a may sure the arbitrarily assigned user ID of openshift can deploy a war file. a42b94a is described below commit a42b94a042414a98beb600c22a9af08d938baf52 Author: Jean-Frederic Clere <jfcl...@gmail.com> AuthorDate: Mon Nov 25 13:22:58 2019 +0100 may sure the arbitrarily assigned user ID of openshift can deploy a war file. --- res/tomcat-maven/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/res/tomcat-maven/Dockerfile b/res/tomcat-maven/Dockerfile index 5570391..512f232 100644 --- a/res/tomcat-maven/Dockerfile +++ b/res/tomcat-maven/Dockerfile @@ -23,6 +23,7 @@ RUN mkdir -m 777 -p /deployments ADD target/tomcat-maven-1.0.jar /deployments/app.jar ADD conf /deployments/conf ADD webapps /deployments/webapps +RUN chmod 777 /deployments/webapps WORKDIR /deployments --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org