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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user