Replacing Google Fonts #1259
Answered
by
dyc3
robotter112
asked this question in
Q&A
Replacing Google Fonts
#1259
-
Hello, I restarted the container, but it still loads Google Fonts after several hours. What have I done wrong? My index.html
|
Beta Was this translation helpful? Give feedback.
Answered by
dyc3
Jan 23, 2024
Replies: 1 comment 5 replies
-
You need to rebuild the container.
You'll only need to do this once. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, right. The
docker-compose.yml
in the root of the repo pulls the image from dockerhub every time. To use docker compose using an image built on your machine, you need to usedocker/docker-compose.yml
.