Skip to content

Commit 26b482f

Browse files
authored
Merge pull request #27 from magento-commerce/MCLOUD-7475
2 parents 83bdb0d + e6d0d16 commit 26b482f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

images/varnish/4.0/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ENV VARNISHD_PARAMS -p default_ttl=3600 -p default_grace=3600 -p feature=+esi_ig
1616

1717
COPY etc/varnish.vcl /data/varnish.vcl
1818

19+
RUN ["chmod", "644", "/data/varnish.vcl"]
1920
RUN ["chmod", "+x", "/entrypoint.sh"]
2021

2122
ENTRYPOINT ["/entrypoint.sh"]

images/varnish/6.2/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM varnish:6.2
22

33
COPY etc/default.vcl /etc/varnish/
4+
5+
RUN ["chmod", "644", "/etc/varnish/default.vcl"]

0 commit comments

Comments
 (0)