| commit | 649adbd7d535fefb77d7990f36289ec8eadca50e | [log] [tgz] |
|---|---|---|
| author | caviedesj <juancamilo.caviedesvalencia.ext@telefonica.com> | Thu Jan 08 18:41:46 2026 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Mon Jan 12 11:05:58 2026 +0100 |
| tree | eb224b4524ddd1f35da634e4a0bbab1b1ae1097d | |
| parent | 31e83ba21fc3a44ae145430ecaba3ce7199aecc8 [diff] |
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"]