vault backup: 2025-01-17 22:24:51
This commit is contained in:
parent
ebf1865ab0
commit
e0442b282f
1 changed files with 5 additions and 2 deletions
|
@ -13,11 +13,14 @@ Link my primary development folder to the container repo's source folder:
|
||||||
cd ~/Repositories
|
cd ~/Repositories
|
||||||
git clone git@git.modernleft.org:gravityfargo/quartz-docker.git
|
git clone git@git.modernleft.org:gravityfargo/quartz-docker.git
|
||||||
git clone git@github.com:jackyzha0/quartz.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:
|
Then, you can run the container with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Repositories/quartz-docker
|
cd ~/Repositories/quartz-docker
|
||||||
make run
|
make run
|
||||||
|
|
Loading…
Reference in a new issue