We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a171785 commit 5b6b640Copy full SHA for 5b6b640
Containerfile
@@ -15,6 +15,7 @@ RUN set -eux; \
15
\
16
sed -i "s/BASE_PATH \\. //" /var/www/html/config.php; \
17
sed -i "s/'GIT_COMMIT_ENABLED', false/'GIT_COMMIT_ENABLED', true/" /var/www/html/config.php
18
+ echo "" > /etc/apache2/mods-enabled/alias.conf
19
20
VOLUME /pages
21
EXPOSE 80
0 commit comments