We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744d6df commit 8f2850eCopy full SHA for 8f2850e
core/Dockerfile
@@ -51,7 +51,9 @@ FROM runner AS tester
51
52
COPY extraConfigFor/acceptanceTests/mapfish-spring-application-context-override.xml /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/
53
COPY extraConfigFor/acceptanceTests/mapfish-spring-application-context-override-db.xml /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/
54
-RUN chmod go+rw /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/mapfish-spring-application-context-override*.xml
+RUN chmod go+rw /usr/local/tomcat/webapps/ROOT/ \
55
+ /usr/local/tomcat/webapps/ROOT/WEB-INF/ \
56
+ /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/mapfish-spring-application-context-override*.xml
57
58
FROM runner AS watcher
59
0 commit comments