Skip to content

Commit

Permalink
Update .dockerignore to ensure glyphs are included
Browse files Browse the repository at this point in the history
[why]
This fixes the Docker image build after changes in 9633b4d moved
PowerlineSymbols.otf into a subdirectory. Previously, the
.dockerignore line for src/glyphs/*.* would exclude any
subdirectories in src/glyphs from being included. Without this
change, a complete font build fails.
  • Loading branch information
wyattanderson authored and Finii committed Dec 15, 2021
1 parent 329082d commit f081dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**
!src/glyphs/*.*
!src/glyphs
!font-patcher
!bin/scripts/docker-entrypoint.sh

0 comments on commit f081dcf

Please sign in to comment.