X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fe2t%2Fbuild.sh;h=07a75486a1412ef9c6a5515c8789c01a683f8070;hb=ff8dccd02d76eebfccc0b509ce0b42a2c1760e12;hp=d5406b727a80a20d28486ec56f427f4b54c818ed;hpb=4511475f03107eb53c88545649898e3cfbcc2765;p=ric-plt%2Fsubmgr.git diff --git a/test/e2t/build.sh b/test/e2t/build.sh old mode 100644 new mode 100755 index d5406b7..07a7548 --- a/test/e2t/build.sh +++ b/test/e2t/build.sh @@ -23,7 +23,5 @@ # Date: 28 May 2019 # -cp -Rf ${PWD}/e2t ${PWD}/e2t.yaml ${PWD}/container/ - echo 'Creating E2T container' -docker build --no-cache --tag=e2t:builder ${PWD}/container/ +docker build --no-cache --tag=e2t:builder -f container/Dockerfile ../..