Fix 11077. Add quotes in CMD instruction in Dockerfile.production

Change-Id: Ic06c6420dbfe9cae745ed2f640cf2788290f0929
Signed-off-by: caviedesj <juancamilo.caviedesvalencia.ext@telefonica.com>
diff --git a/Dockerfile.production b/Dockerfile.production
index 748ec71..83c6b0f 100644
--- a/Dockerfile.production
+++ b/Dockerfile.production
@@ -131,4 +131,4 @@
 # Switch to app user
 USER appuser
 
-CMD ["/bin/sh", "scripts/dashboarder-start.sh]
+CMD ["/bin/sh", "scripts/dashboarder-start.sh"]