diff options
author | Frederick Muriuki Muriithi | 2025-05-18 16:02:12 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-02 11:52:15 -0500 |
commit | a227787297447d0fa3869debb11aaaadeec594f5 (patch) | |
tree | 78e2f814ac0775ea7cdb0c09270ff8c874a9e50c /production.scm | |
parent | be2defaee9fdb09317c8639c3a104643434bd78d (diff) | |
download | gn-machines-a227787297447d0fa3869debb11aaaadeec594f5.tar.gz |
Production: bind the gn-docs repository to the container.
Diffstat (limited to 'production.scm')
-rw-r--r-- | production.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/production.scm b/production.scm index 9e629f0..d64f8d1 100644 --- a/production.scm +++ b/production.scm @@ -88,5 +88,6 @@ (llm-db-path "/var/lib/genenetwork-gnqa/llm.db") (gn3-alias-server-port 9800) (gn-tmpdir "/opt/gn/tmp") + (gn-doc-git-checkout "/var/lib/gn-docs.git") (log-level 'debug))) %base-services))) |