commit | 13dd7489869f65c9f57843f7bc44dda9746f7c9e | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Tue Jan 31 16:08:03 2017 -0800 |
committer | Ali Al-Shabibi <ali@onlab.us> | Wed Feb 01 09:22:12 2017 -0800 |
tree | e4bc75d00646c0272bb49352792f7a28e30bf8cc | |
parent | 3676b7cbd581d8b3b668d47803da300697a02745 [diff] [blame] |
fixes to docker related aspects Change-Id: I464140c3a1104ef17634038dfc0f40c1522bc0b9
diff --git a/Makefile b/Makefile index 20cb119..d413899 100644 --- a/Makefile +++ b/Makefile
@@ -85,7 +85,10 @@ docker build -t cord/voltha -f docker/Dockerfile.voltha . chameleon: + mkdir tmp.chameleon + cp -R chameleon/* tmp.chameleon docker build -t cord/chameleon -f docker/Dockerfile.chameleon . + rm -rf tmp.chameleon ofagent: docker build -t cord/ofagent -f docker/Dockerfile.ofagent .