baoyin2024 commited on
Commit
02920ae
·
verified ·
1 Parent(s): 19d5e0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-d
29
 
30
  # Install custom fonts
31
  RUN mkdir -p /usr/share/fonts/truetype/custom
32
- COPY ./fonts/HanyiSentyPagoda Regular.ttf /usr/share/fonts/truetype/custom/
33
  RUN chmod 644 /usr/share/fonts/truetype/custom/HanyiSentyPagoda Regular.ttf # 确保字体文件具有读取权限
34
  RUN fc-cache -f -v
35
 
 
29
 
30
  # Install custom fonts
31
  RUN mkdir -p /usr/share/fonts/truetype/custom
32
+ COPY /fonts/HanyiSentyPagoda Regular.ttf /usr/share/fonts/truetype/custom/
33
  RUN chmod 644 /usr/share/fonts/truetype/custom/HanyiSentyPagoda Regular.ttf # 确保字体文件具有读取权限
34
  RUN fc-cache -f -v
35