about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xgenenetwork-development-deploy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/genenetwork-development-deploy.sh b/genenetwork-development-deploy.sh
index da4bced..ad9f795 100755
--- a/genenetwork-development-deploy.sh
+++ b/genenetwork-development-deploy.sh
@@ -32,7 +32,6 @@ container_script=$(guix system container --network \
                         --expose=/export/data/genenetwork/genotype_files \
                         --share=/export/genenetwork-database-dump \
                         --share=/var/run/mysqld/mysqld.sock=/run/mysqld/mysqld.sock \
-                        --share=/var/guix-containers/genenetwork-development/srv/http=/srv/http \
                         genenetwork-development.scm)
 
 echo $container_script