diff options
-rw-r--r-- | etc/llm.db | 0 | ||||
-rwxr-xr-x | genenetwork-local-container.sh | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/etc/llm.db b/etc/llm.db new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/etc/llm.db diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh index b0d3e69..885f592 100755 --- a/genenetwork-local-container.sh +++ b/genenetwork-local-container.sh @@ -49,6 +49,7 @@ GN_PROJECTS=( # File mappings: source -> destination declare -A FILE_MAPPINGS=( ["etc/auth.db"]="$BASE_DIR/var/genenetwork/auth.db" + ["etc/llm.db"]="$BASE_DIR/var/lib/genenetwork-sqlite/llm.db" ["etc/gn2-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn2/secrets.py" ["etc/gn3-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn3/secrets.py" ["etc/gn-auth-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn-auth/secrets.py" |