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