aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/docker/src/main/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/docker/src/main/docker/Dockerfile')
-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