Skip to content

Commit 5b6b640

Browse files
committed
Fix missing icons, by disable apache2 default icons
1 parent a171785 commit 5b6b640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN set -eux; \
1515
\
1616
sed -i "s/BASE_PATH \\. //" /var/www/html/config.php; \
1717
sed -i "s/'GIT_COMMIT_ENABLED', false/'GIT_COMMIT_ENABLED', true/" /var/www/html/config.php
18+
echo "" > /etc/apache2/mods-enabled/alias.conf
1819

1920
VOLUME /pages
2021
EXPOSE 80

0 commit comments

Comments
 (0)