Dockerfiles for building and pushing CORD ONOS apps

Change-Id: I8bcb39f6db6d1075a404ea869b7b0cf0af4f40c3
diff --git a/containers/cord-apps/Dockerfile.config b/containers/cord-apps/Dockerfile.config
new file mode 100644
index 0000000..31dde4a
--- /dev/null
+++ b/containers/cord-apps/Dockerfile.config
@@ -0,0 +1,8 @@
+FROM xosproject/cord-app-build
+MAINTAINER Andy Bavier <andy@onlab.us>
+
+WORKDIR /src
+RUN     git clone https://gerrit.opencord.org/p/config.git && cd config && \
+        mvn clean install
+
+CMD bash -c "source /root/.bashrc; onos-app onos-cord-1 install /src/config/target/cord-config-1.0-SNAPSHOT.oar && onos-app onos-cord-1 activate org.opencord.config"
\ No newline at end of file