Closed Kenneth-Mata closed 2 years ago
I forked the repo and i'm trying to use a docker image to build, the docker image successfully builds, but in running them i get Error: pattern 'fonts/scheme/scheme-regular.ttf' didn't match any files.
Error: pattern 'fonts/scheme/scheme-regular.ttf' didn't match any files.
i have this in build.py
tasks = [ { 'input': 'fonts/scheme/scheme-regular.ttf', 'ligatures': [ 'fonts/fira/distr/ttf/FiraCode-Regular.otf', 'fonts/jetbrainsmono/fonts/ttf/JetBrainsMono-Regular.ttf' ] }, ]
and the directory is like this
Please add ignore pattern whitelist rule in the .dockerignore.
.dockerignore
Root Cause: The docker context ignored your fonts and didn't copy to build context.
Worked, thanks!
I forked the repo and i'm trying to use a docker image to build, the docker image successfully builds, but in running them i get
Error: pattern 'fonts/scheme/scheme-regular.ttf' didn't match any files.
i have this in build.py
and the directory is like this