diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-18 18:27:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-18 18:27:41 +0000 |
commit | 7100e9aa7a90d1f6b509d279ad9c19d9adfa5a97 (patch) | |
tree | 90e3cabe55be1d30c4326d3242a1d59a061aabc5 | |
parent | 14e57c7644cd3c9ccd38cde0fa80741ee8c098dd (diff) | |
parent | 43a74a81b0e39f1bf2aed7d11aa8280aef982512 (diff) |
Merge "Format Installation page"
-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 |