diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CBA/sections/installation/index.rst | 3 | ||||
-rw-r--r-- | docs/index.rst | 2 |
2 files changed, 3 insertions, 2 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 diff --git a/docs/index.rst b/docs/index.rst index c16fee5af..b5a9576da 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ Self service is a completely new way of delivering services. It removes the dep This makes SERVICE PROVIDER(S) more responsive to its customers and able to deliver products that more closely match the needs of its customers. Design tools: -------------- +============= .. toctree:: :maxdepth: 1 :glob: |