Skip to content

Commit 8f2850e

Browse files
committed
Fix access rights
1 parent 744d6df commit 8f2850e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ FROM runner AS tester
5151

5252
COPY extraConfigFor/acceptanceTests/mapfish-spring-application-context-override.xml /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/
5353
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
54+
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
5557

5658
FROM runner AS watcher
5759

0 commit comments

Comments
 (0)