Skip to content

Commit 9060072

Browse files
committed
#364: fix
1 parent d79edb9 commit 9060072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_docker.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -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
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

0 commit comments

Comments
 (0)