Moving metronet-local to be compliand with masted, adding .sh, docker and compose files

Change-Id: I31cf7d476e0c09bedbe9934cd52cf419ac16a7cf
diff --git a/xos/synchronizer/Dockerfile.synchronizer b/xos/synchronizer/Dockerfile.synchronizer
new file mode 100644
index 0000000..4cf8223
--- /dev/null
+++ b/xos/synchronizer/Dockerfile.synchronizer
@@ -0,0 +1,9 @@
+FROM xosproject/xos-synchronizer-base:candidate
+
+ADD . /opt/xos/synchronizers/metronet-local
+
+ENTRYPOINT []
+
+WORKDIR "/opt/xos/synchronizers/metronet-local"
+
+CMD bash -c "cd /opt/xos/synchronizers/metronet-local; ./run-from-api.sh"
\ No newline at end of file