Skip to content

Commit

Permalink
Re-organize favicon and do not copy to domain root
Browse files Browse the repository at this point in the history
We will do it through nginx
  • Loading branch information
alistair3149 committed Apr 26, 2024
1 parent fc125a3 commit ba5d035
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ COPY ./resources /var/www/mediawiki/resources

COPY ./config/php-config.ini /usr/local/etc/php/conf.d/php-config.ini
COPY ./config/robots.txt /var/www/mediawiki/robots.txt
COPY ./resources/assets/favicon.ico /var/www/mediawiki/favicon.ico
COPY ./resources/assets/favicon-16x16.png /var/www/mediawiki/favicon-16x16.png
COPY ./resources/assets/favicon-32x32.png /var/www/mediawiki/favicon-32x32.png
COPY ./resources/assets/favicon.svg /var/www/mediawiki/favicon.svg
COPY ./resources/assets/apple-touch-icon.png /var/www/mediawiki/apple-touch-icon.png

RUN echo 'memory_limit = 512M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini; \
echo 'max_execution_time = 60' >> /usr/local/etc/php/conf.d/docker-php-executiontime.ini; \
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes

0 comments on commit ba5d035

Please sign in to comment.