[CORD-3090] Remove Filebeat logging, conform synchronizer CMD

Change-Id: I1ea6fbe2d2b1790f082fb16067d579e127359fb6
diff --git a/Dockerfile.synchronizer b/Dockerfile.synchronizer
index 98cb976..ec224d8 100644
--- a/Dockerfile.synchronizer
+++ b/Dockerfile.synchronizer
@@ -1,4 +1,3 @@
-
 # Copyright 2017-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,16 +12,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# docker build -t xosproject/hippie-oss-synchronizer:candidate -f Dockerfile.synchronizer .
-
 # xosproject/volt-synchronizer
 
 FROM xosproject/xos-synchronizer-base:candidate
 
-ADD xos/synchronizer /opt/xos/synchronizers/hippie-oss
-ADD VERSION /opt/xos/synchronizers/hippie-oss/
-
-ENTRYPOINT []
+COPY xos/synchronizer /opt/xos/synchronizers/hippie-oss
+COPY VERSION /opt/xos/synchronizers/hippie-oss/
 
 WORKDIR "/opt/xos/synchronizers/hippie-oss"
 
@@ -55,4 +50,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 python hippie-oss-synchronizer.py
+CMD ["/usr/bin/python", "/opt/xos/synchronizers/hippie-oss/hippie-oss-synchronizer.py"]