This is an automated email from the ASF dual-hosted git repository.

lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ade6f42be conf permissions in Dockerfile
9ade6f42be is described below

commit 9ade6f42be6bc8048710fdae13b3963afc6d402e
Author: vassilismourikis <vassilismouri...@gmail.com>
AuthorDate: Mon Nov 14 16:24:18 2022 +0200

    conf permissions in Dockerfile
---
 modules/stuffed/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stuffed/Dockerfile b/modules/stuffed/Dockerfile
index bd09698d26..08484b9a2f 100644
--- a/modules/stuffed/Dockerfile
+++ b/modules/stuffed/Dockerfile
@@ -27,6 +27,7 @@ ADD target/tomcat-stuffed-1.0.jar /deployments/app.jar
 ADD conf /deployments/conf
 ADD webapps /deployments/webapps
 # COPY *.war /deployments/
+RUN chmod 777 /deployments/conf
 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

Reply via email to