Initial version of the unified Dockerfile
[ric-plt/submgr.git] / test / e2t / build.sh
old mode 100644 (file)
new mode 100755 (executable)
index d5406b7..07a7548
@@ -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  ../..