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 060f3c0 commit 87c0b06Copy full SHA for 87c0b06
eventarc/generic/Dockerfile
@@ -40,6 +40,9 @@ RUN set -ex; \
40
WORKDIR /var/www/html
41
COPY . ./
42
43
+# Ensure the webserver has permissions to execute index.php
44
+RUN chown -R www-data:www-data /var/www/html
45
+
46
# Use the PORT environment variable in Apache configuration files.
47
# https://cloud.google.com/run/docs/reference/container-contract#port
48
RUN sed -i 's/80/${PORT}/g' /etc/apache2/sites-available/000-default.conf /etc/apache2/ports.conf
0 commit comments