diff options
author | Arun Isaac | 2022-09-29 17:42:37 +0530 |
---|---|---|
committer | Arun Isaac | 2022-09-29 17:42:37 +0530 |
commit | 1f24e8812c69914c6d768c0a52b4622025de95ce (patch) | |
tree | 8bb4f8535a961e0dd72b878814bdb6d9c9157123 /genenetwork-development-deploy.sh | |
parent | fa7845c2627efb3bf85de20d3f4bd270132ca21f (diff) | |
download | gn-machines-1f24e8812c69914c6d768c0a52b4622025de95ce.tar.gz |
Expose root of data directory instead of its sub-directories.
* genenetwork-development-deploy.sh (container_script): Expose root of
data directory instead of its sub-directories.
Diffstat (limited to 'genenetwork-development-deploy.sh')
-rwxr-xr-x | genenetwork-development-deploy.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/genenetwork-development-deploy.sh b/genenetwork-development-deploy.sh index 4391bb8..f595001 100755 --- a/genenetwork-development-deploy.sh +++ b/genenetwork-development-deploy.sh @@ -29,8 +29,7 @@ container_script=$(guix system container --network \ --share=/var/guix-containers/genenetwork-development/var/lib/tissue=/var/lib/tissue \ --share=/var/guix-containers/genenetwork-development/var/lib/virtuoso=/var/lib/virtuoso \ --share=/var/guix-containers/genenetwork-development/var/log/cd=/var/log/cd \ - --expose=/export/data/genenetwork/genotype_files \ - --expose=/export/data/genenetwork/xapian \ + --expose=/export/data/genenetwork \ --share=/export/genenetwork-database-dump \ --share=/var/run/mysqld/mysqld.sock=/run/mysqld/mysqld.sock \ genenetwork-development.scm) |