From 43a74a81b0e39f1bf2aed7d11aa8280aef982512 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Fri, 15 Mar 2019 14:23:01 +0530 Subject: [PATCH] Format Installation page Change-Id: I12587be75298e8e4af2cbe8606ac27b01e6c9079 Issue-ID: CCSDK-917 Signed-off-by: Ezhilarasi --- docs/CBA/sections/installation/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CBA/sections/installation/index.rst b/docs/CBA/sections/installation/index.rst index 60a6db2af..eb7676d08 100644 --- a/docs/CBA/sections/installation/index.rst +++ b/docs/CBA/sections/installation/index.rst @@ -3,7 +3,7 @@ .. Copyright (C) 2019 IBM. Installation -============ +------------ Building client html and js files ================================= @@ -37,6 +37,7 @@ Building and creating server * RUN npm install * COPY server /opt/cds-ui/ + * COPY --from=builder /opt/cds-ui/server/public /opt/cds-ui/public * RUN npm run build -- 2.16.6