CVP Shaker docker repo

Change-Id: If9d39409caaf4eb562ca6734a26808642b4ffd3b
Related-task: https://mirantis.jira.com/browse/PROD-24883
diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh
new file mode 100755
index 0000000..daba3d4
--- /dev/null
+++ b/bin/entrypoint.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+set -xe
+exec "$@"