diff options
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-x | production-deploy.sh | 2 |
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) |