about summary refs log tree commit diff
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 3791f06..a744f41 100755
--- a/production-deploy.sh
+++ b/production-deploy.sh
@@ -37,6 +37,7 @@ container_script=$(guix system container \
                         --share=/export2/guix-containers/genenetwork/var/lib/genenetwork-sqlite=/var/lib/genenetwork-sqlite \
                         --share=/export2/guix-containers/genenetwork/var/lib/genenetwork-gnqa=/var/lib/genenetwork-gnqa \
                         --share=/var/run/mysqld=/run/mysqld \
+                        --share=/export2/guix-containers/genenetwork/tmp=/tmp \
                         production.scm)
 
 echo $container_script