diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-03-15 14:23:01 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-03-15 14:23:07 +0530 |
commit | 43a74a81b0e39f1bf2aed7d11aa8280aef982512 (patch) | |
tree | 77308889e3601e798869300a6fb7fb1bfa7bb2f8 | |
parent | 093cdee0c8745aee5e93bcb577e03eb45cd1f46e (diff) |
Format Installation page
Change-Id: I12587be75298e8e4af2cbe8606ac27b01e6c9079
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
-rw-r--r-- | docs/CBA/sections/installation/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 |