We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744d6df commit 375c2efCopy full SHA for 375c2ef
core/Dockerfile
@@ -51,7 +51,8 @@ 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/WEB-INF/ \
55
+ /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/mapfish-spring-application-context-override*.xml
56
57
FROM runner AS watcher
58
0 commit comments