Skip to content

Commit

Permalink
add font
Browse files Browse the repository at this point in the history
  • Loading branch information
MARTINS Mickael - CRNA/N committed Apr 14, 2020
1 parent dc371a5 commit e0c344f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ php composer-setup.php --install-dir=/usr/local/bin --filename=composer && \
php -r "unlink('composer-setup.php');"
RUN composer install --no-dev

COPY Lato-Regular.ttf ${MEDIAWIKI_PATH}/fonts/Lato/

RUN chown -R www-data: \
${MEDIAWIKI_PATH}/extensions ${MEDIAWIKI_PATH}/skins \
${MEDIAWIKI_PATH}/cache ${MEDIAWIKI_PATH}/images
${MEDIAWIKI_PATH}/cache ${MEDIAWIKI_PATH}/images \
${MEDIAWIKI_PATH}/fonts

# docker-php-entrypoint configures db, env variable and LocalSettings.php
COPY ./docker-php-entrypoint /usr/local/bin/docker-php-entrypoint
Expand Down
Binary file added Dockerfile/Lato-Regular.ttf
Binary file not shown.

0 comments on commit e0c344f

Please sign in to comment.