[CORD-3090] Remove Filebeat logging

Change-Id: I8280fef048ea8866f131f1bc3604e18181807ea9
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon
index 2fc9937..4aeaade 100644
--- a/containers/chameleon/Dockerfile.chameleon
+++ b/containers/chameleon/Dockerfile.chameleon
@@ -1,4 +1,3 @@
-
 # Copyright 2017-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
 # xosproject/chameleon
 FROM xosproject/xos-base:candidate
 
@@ -53,5 +51,5 @@
       org.opencord.component.chameleon.vcs-ref=$org_opencord_component_chameleon_vcs_ref
 
 # Exposing process and default entry point
-CMD ["python", "chameleon/chameleon/main.py"]
+CMD ["python", "/chameleon/chameleon/main.py"]