modified build process to clone the quartz repo to /quartz; this is copied into the build container, any files Ive customized are overlayed and then the site is built

This commit is contained in:
wes
2025-05-29 12:33:58 -04:00
parent aa6719663a
commit 0563f646b2
5 changed files with 124 additions and 7395 deletions
+2
View File
@@ -1,4 +1,5 @@
# .gitignore
quartz/
# Node
node_modules/
@@ -13,6 +14,7 @@ public/
content/ # If the script creates it and doesn't always clean it up
.last_build_content_timestamp
cron_quartz_update.log
update_quartz_docker.log
update_quartz_docker.log # Or whatever your script log file is named
compose_down_output.tmp # If you kept temporary files for compose output
compose_up_output.tmp # If you kept temporary files for compose output