aboutsummaryrefslogtreecommitdiff
path: root/production-deploy.sh
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-03 09:15:42 -0600
committerFrederick Muriuki Muriithi2025-02-11 12:30:05 -0600
commit891142f3e1db80f86aef11b478c901a8f8be2684 (patch)
tree359d1c093e6f5920dd65e9158e3cf37b3903f285 /production-deploy.sh
parent5f3fdf7700042025f8688e1b316d2c083b6c5c96 (diff)
downloadgn-machines-891142f3e1db80f86aef11b478c901a8f8be2684.tar.gz
Bind the chosen host directory to genenetwork's TMPDIR path.
Bind the original host path that was previously bound to the container's /tmp directory to instead be bound to genenetwork's TMPDIR directory.
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-xproduction-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production-deploy.sh b/production-deploy.sh
index e9e2c22..3d4451c 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -38,7 +38,7 @@ container_script=$(guix system container \
--share=/export2/guix-containers/genenetwork/var/lib/genenetwork-gnqa=/var/lib/genenetwork-gnqa \
--share=/var/run/mysqld=/run/mysqld \
--share=/export/data/gn-docs/ \
- --share=/export2/guix-containers/genenetwork/tmp=/tmp \
+ --share=/export2/guix-containers/genenetwork/tmp=/opt/gn/tmp \
--expose=/export2/guix-containers/genenetwork/data/virtuoso=/export/data/virtuoso/ \
production.scm)