diff options
-rwxr-xr-x | production-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |