diff --git a/docker/quartz/Developing with Quartz.md b/docker/quartz/Developing with Quartz.md index 00e286a..5e907fc 100644 --- a/docker/quartz/Developing with Quartz.md +++ b/docker/quartz/Developing with Quartz.md @@ -13,11 +13,14 @@ Link my primary development folder to the container repo's source folder: cd ~/Repositories git clone git@git.modernleft.org:gravityfargo/quartz-docker.git git clone git@github.com:jackyzha0/quartz.git -ln -sf ~/Repositories/quartz ~/Repositories/quartz-docker/quartz/src ``` +Then mount the quartz directory to the development docker-compose file: +```yaml +volumes: +- ~/Repositories/quartz:/quartz/src +``` Then, you can run the container with the following command: - ```bash cd ~/Repositories/quartz-docker make run