[CORD-3022] Splitting config and removing unused files

Change-Id: I5634352379161e803b2c60f1fc1954f3eb6552a7
diff --git a/Dockerfile.synchronizer b/Dockerfile.synchronizer
index cb7c82a..7c9810f 100644
--- a/Dockerfile.synchronizer
+++ b/Dockerfile.synchronizer
@@ -51,4 +51,4 @@
       org.opencord.component.xos.vcs-url=$org_opencord_component_xos_vcs_url \
       org.opencord.component.xos.vcs-ref=$org_opencord_component_xos_vcs_ref
 
-CMD bash -c "cd /opt/xos/synchronizers/hssdb; ./run-from-api.sh"
\ No newline at end of file
+CMD ["/usr/bin/python", "/opt/xos/synchronizers/hssdb/hssdb-synchronizer.py"]