diff options
Diffstat (limited to 'production-deploy.sh')
-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 c2c5055..0dfd042 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -23,6 +23,7 @@ container_script=$(guix system container \ --verbosity=3 \ + --share=/var/guix-containers/genenetwork/var/lib/mysql=/var/lib/mysql \ --share=/var/guix-containers/genenetwork/var/lib/virtuoso=/var/lib/virtuoso \ production.scm) |