diff options
Diffstat (limited to 'fallback-deploy.sh')
-rwxr-xr-x | fallback-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fallback-deploy.sh b/fallback-deploy.sh index 782ccb7..6e2e9e9 100755 --- a/fallback-deploy.sh +++ b/fallback-deploy.sh @@ -40,6 +40,7 @@ container_script=$(guix system container \ --share=/export/data/genenetwork-sqlite \ --expose=/export/data/genenetwork/genotype_files \ --share=/var/run/mysqld=/run/mysqld \ + --share=/export/source/fallback-debug \ fallback.scm) name=/usr/local/bin/fallback-system-container |