Skip to content

Replacing Google Fonts #1259

Answered by dyc3
robotter112 asked this question in Q&A
Jan 23, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

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 use docker/docker-compose.yml.

# if you make changes to files, you'll need to rebuild the container
docker-compose -f docker/docker-compose.yml up -d --build
# otherwise, it will use the container that has already been built.
docker-compose -f docker/docker-compose.yml up -d

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@robotter112
Comment options

@dyc3
Comment options

Answer selected by robotter112
@dyc3
Comment options

@robotter112
Comment options

@dyc3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants