Initial version of the unified Dockerfile
[ric-plt/submgr.git] / test / rco / build.sh
old mode 100644 (file)
new mode 100755 (executable)
index a631d87..517a8a6
@@ -23,7 +23,5 @@
 #      Date:           28 May 2019
 #
 
-cp -Rf ${PWD}/rco ${PWD}/rco.yaml ${PWD}/container/
-
 echo 'Creating RCO container'
-docker build --no-cache --tag=rco:builder ${PWD}/container/
+docker build --no-cache --tag=rco:builder  -f container/Dockerfile  ../..