Skip to content

Commit 375c2ef

Browse files
committed
Fix access rights
1 parent 744d6df commit 375c2ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ 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/WEB-INF/ \
55+
/usr/local/tomcat/webapps/ROOT/WEB-INF/classes/mapfish-spring-application-context-override*.xml
5556

5657
FROM runner AS watcher
5758

0 commit comments

Comments
 (0)