You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by li...@apache.org on 2022/11/17 12:41:58 UTC

[tomcat] branch main updated: conf permissions in Dockerfile

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 <va...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org