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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new de22418833 conf permissions in Dockerfile
de22418833 is described below

commit de22418833f387d227982c85c39b49cc17627e6b
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