[CORD-3090] Remove Filebeat logging
Change-Id: I2c2814773161d2e9195d023414cd256948e00e8a
diff --git a/Dockerfile.synchronizer b/Dockerfile.synchronizer
index 3585653..3e7a6f9 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/volt-synchronizer:candidate -f Dockerfile.synchronizer .
-
# xosproject/vrouter-synchronizer
FROM xosproject/xos-synchronizer-base:candidate
COPY xos/synchronizer /opt/xos/synchronizers/vrouter
COPY VERSION /opt/xos/synchronizers/vrouter/
-ENTRYPOINT []
-
WORKDIR "/opt/xos/synchronizers/vrouter"
# Label image
@@ -54,4 +49,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 "service filebeat start; cd /opt/xos/synchronizers/vrouter; ./run-from-api.sh"
+CMD ["/usr/bin/python", "/opt/xos/synchronizers/vrouter/vrouter-synchronizer.py"]