Fix 11077. Add quotes in CMD instruction in Dockerfile.production 38/15638/2
authorcaviedesj <juancamilo.caviedesvalencia.ext@telefonica.com>
Thu, 8 Jan 2026 17:41:46 +0000 (18:41 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 12 Jan 2026 10:05:58 +0000 (11:05 +0100)
Change-Id: Ic06c6420dbfe9cae745ed2f640cf2788290f0929
Signed-off-by: caviedesj <juancamilo.caviedesvalencia.ext@telefonica.com>
Dockerfile.production

index 748ec71..83c6b0f 100644 (file)
@@ -131,4 +131,4 @@ HEALTHCHECK --start-period=120s --interval=5s --timeout=2s --retries=12\
 # Switch to app user
 USER appuser
 
-CMD ["/bin/sh", "scripts/dashboarder-start.sh]
+CMD ["/bin/sh", "scripts/dashboarder-start.sh"]