We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a171785 commit cf017b8Copy full SHA for cf017b8
Containerfile
@@ -14,7 +14,8 @@ COPY --chown=www-data:www-data . /var/www/html
14
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
+ 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