diff --git a/build.sh b/build.sh index c7b8a3b..811b796 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,4 @@ #!/bin/bash +mkdir artifacts docker build -t detectionscanner . diff --git a/run.sh b/run.sh index 9f63972..44c9ac9 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run --rm -v $(pwd):/opt/documents/ detectionscanner +docker run --rm -v $(pwd)/artifacts:/opt/documents/ detectionscanner