Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom fonts not including during build #100

Open
andreyaag opened this issue Oct 13, 2023 · 1 comment
Open

custom fonts not including during build #100

andreyaag opened this issue Oct 13, 2023 · 1 comment

Comments

@andreyaag
Copy link

i cloned project, put my fonts into ./fonts dir, ran ./build.sh - result: no custom fonts included
changing COPY to:

COPY --chown=ds:ds \
    fonts/ \
    /usr/share/fonts/msttcore/

fixed problem

@GeorgeONLYOFFICE
Copy link

Hello,

In our Dockerfile the COPY is presented this way
and there is no need to change the target path as you have done below

COPY --chown=ds:ds \
    fonts/ \
    /usr/share/fonts/msttcore/

Could you thus specify why you've changed it in your case?

Generally, all you need to do here is to place the fonts into fonts directory as mentioned here without making any additional changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants