We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9060072 commit 8f97842Copy full SHA for 8f97842
release_docker.sh
@@ -1,2 +1,2 @@
1
docker build --no-cache -t vdjdbdb . 2>&1 | tee database/docker_build.log
2
-docker run -v `pwd`/database/ vdjdbdb 2>&1 | tee database/docker_run.log
+docker run -v `pwd`/database:/root/output vdjdbdb 2>&1 | tee database/docker_run.log
0 commit comments