aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/docker/src/main
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-12 08:53:57 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-20 14:03:07 +0530
commit14880ec3b183f52ea3f3fea460adf807c8643b70 (patch)
treeb31ea050a710686ed6113eca7431b36dbe5ef349 /deployment/docker/src/main
parenta96cd9cbb9b23f4b7ad4e051a5dad7602ac967f0 (diff)
Fix rebased conflicts from master
Issue-Id: CLI-66 Change-Id: I1cc275c2794d9c7e4b951f648eb8cc1e569973c5 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/docker/src/main')
-rw-r--r--deployment/docker/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/docker/src/main/docker/Dockerfile b/deployment/docker/src/main/docker/Dockerfile
index e23a3c1b..a12b2264 100644
--- a/deployment/docker/src/main/docker/Dockerfile
+++ b/deployment/docker/src/main/docker/Dockerfile
@@ -35,7 +35,7 @@ RUN chmod +x ./bin/oclip.sh && \
if [ ! -d ./open-cli-schema ]; then mkdir ./open-cli-schema; fi
#Create the readable README
-RUN pandoc -t plain $OPEN_CLI_HOME/docs/README.md > $OPEN_CLI_HOME/docs/onap-readme.txt
+RUN pandoc -t plain $OPEN_CLI_HOME/docs/README.md > $OPEN_CLI_HOME/docs/oclip-readme.txt
#RTE: lighttpd
COPY ./STAGE/http/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf