diff options
Diffstat (limited to 'docs/CBA')
-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 |