From 6df348f71f58df84ee4fc0a0e3a778889aefec79 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 28 Jan 2025 16:15:06 -0600 Subject: Bind virtuoso's TTL directory (readonly) to genenetwork container. --- production-deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'production-deploy.sh') diff --git a/production-deploy.sh b/production-deploy.sh index bd95814..e9e2c22 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -39,6 +39,7 @@ container_script=$(guix system container \ --share=/var/run/mysqld=/run/mysqld \ --share=/export/data/gn-docs/ \ --share=/export2/guix-containers/genenetwork/tmp=/tmp \ + --expose=/export2/guix-containers/genenetwork/data/virtuoso=/export/data/virtuoso/ \ production.scm) echo $container_script -- cgit v1.2.3