Skip to content

Commit 1d6fda6

Browse files
authored
Update Dockerfile
1 parent a441a9d commit 1d6fda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN mkdir /tmp/inconsolata && \
1313
wget -O inconsolata.zip https://fonts.google.com/download?family=Inconsolata && \
1414
unzip inconsolata.zip && \
1515
mkdir -p /usr/share/fonts/inconsolata && \
16-
mv -t /usr/share/fonts/inconsolata ./static/*.ttf && \
16+
mv -t /usr/share/fonts/inconsolata ./static/*/*.ttf && \
1717
rm -r /tmp/inconsolata && \
1818
cd /usr/share/fonts/inconsolata && \
1919
mkfontscale && mkfontdir && fc-cache -fv

0 commit comments

Comments
 (0)