diff --git a/entrypoint.sh b/entrypoint.sh index 35ffd0c..28d86c4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ if [ -z "$INPUT_INSTALLGOOGLEFONT" ]; then echo "No font family defined" else echo "Installing $INPUT_INSTALLGOOGLEFONT" - ./google-font-download -f ttf --url="https://fonts.google.com/?selection.family=$INPUT_INSTALLGOOGLEFONT" -o /usr/share/fonts/ + ./google-font-download -f ttf --url="https://fonts.google.com/?selection.family=$INPUT_INSTALLGOOGLEFONT" -o /usr/share/fonts/font.ttf fc-cache -fv fi