Skip to content

Commit

Permalink
Fix missing icons, by disable apache2 default icons
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-v committed Jul 26, 2021
1 parent a171785 commit 5b6b640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN set -eux; \
\
sed -i "s/BASE_PATH \\. //" /var/www/html/config.php; \
sed -i "s/'GIT_COMMIT_ENABLED', false/'GIT_COMMIT_ENABLED', true/" /var/www/html/config.php
echo "" > /etc/apache2/mods-enabled/alias.conf

VOLUME /pages
EXPOSE 80
Expand Down

0 comments on commit 5b6b640

Please sign in to comment.