aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xproduction-deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/production-deploy.sh b/production-deploy.sh
index c4a99ce..6de5ebe 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -39,6 +39,7 @@ container_script=$(guix system container \
--share=/export/data/gn-docs/ \
--share=/export/guix-containers/genenetwork/tmp=/opt/gn/tmp \
--expose=/export/guix-containers/genenetwork/data/virtuoso=/export/data/virtuoso/ \
+ --share=/export/guix-containers/genenetwork/var/lib/gn-docs=/export/data/gn-docs \
production.scm)
echo $container_script