diff --git a/run.sh b/run.sh index d38dd10..892568b 100644 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/bin/bash #build the docker image -docker build -t rowshan/eds_e2e +docker build -t rowshan/eds_e2e rowshan/eds_e2e #Run the test_app image container docker run -d -p 5000:5000 rowshan/eds_e2e \ No newline at end of file