From 57755d6457dd0c759d0fde54bc1142ab82291129 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 20:54:00 -0500 Subject: [PATCH] vault backup: 2025-01-17 20:54:00 --- Applications/quartz-docker.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index 6e872de..e86fca2 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -63,10 +63,8 @@ After that, you can configure whatever you would like in `/srv/quartz/src` using ```bash docker exec -it quartz-wiki bash -cd content/ -git restore . -cd ../src/ -npx quartz build +cd /quartz/content/ && git restore . && git pull +cd /quartz/src/ && npx quartz build ``` ## ⚙️ Configuration