Skip to content

Commit 281e054

Browse files
committed
Fix missing icons, by disable apache2 default icons
1 parent a171785 commit 281e054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Containerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ COPY --chown=www-data:www-data . /var/www/html
1313

1414
RUN set -eux; \
1515
\
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
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
1819

1920
VOLUME /pages
2021
EXPOSE 80

0 commit comments

Comments
 (0)