We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3484eb5 commit 235aeb0Copy full SHA for 235aeb0
Dockerfile
@@ -75,6 +75,8 @@ RUN a2enmod userdir rewrite ssl
75
76
# Install Mod_pagespeed Module
77
RUN curl -O https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb && dpkg -i mod-pagespeed-stable_current_amd64.deb
78
+RUN chown nobody:www-data /var/cache/mod_pagespeed && chown nobody:www-data /var/log/pagespeed/
79
+
80
81
# Environment variables contained within build container.
82
ENV TERM=xterm \
0 commit comments