From 649adbd7d535fefb77d7990f36289ec8eadca50e Mon Sep 17 00:00:00 2001 From: caviedesj Date: Thu, 8 Jan 2026 18:41:46 +0100 Subject: [PATCH] Fix 11077. Add quotes in CMD instruction in Dockerfile.production Change-Id: Ic06c6420dbfe9cae745ed2f640cf2788290f0929 Signed-off-by: caviedesj --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index 748ec71f..83c6b0f9 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -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"] -- 2.25.1