diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2020-04-04 05:37:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-04 05:37:32 +0000 |
commit | 27acd3ddf6da4e0863afddcc5346e6d585103d69 (patch) | |
tree | 665275db6afb214773f74592943e7578d650855d | |
parent | 3797236cc9a632f7bb312b405e8f63765b8d094c (diff) | |
parent | 488d7b5c0e03e3a93fa82a2823a8e7b45fbe9fd1 (diff) |
Merge "Add open-cli-sample missine in docker"
-rw-r--r-- | deployment/docker/src/main/docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/docker/src/main/docker/Dockerfile b/deployment/docker/src/main/docker/Dockerfile index a3497fff..fbeee83e 100644 --- a/deployment/docker/src/main/docker/Dockerfile +++ b/deployment/docker/src/main/docker/Dockerfile @@ -48,6 +48,7 @@ RUN sudo apt-get install -y lighttpd git curl pandoc vim && \ ln $OPEN_CLI_HOME/bin/oclip-grpc-server.sh /usr/local/bin/oclip-grpc && \ if [ ! -d $OPEN_CLI_HOME/data ]; then mkdir $OPEN_CLI_HOME/data; fi && \ if [ ! -d $OPEN_CLI_HOME/open-cli-schema ]; then mkdir $OPEN_CLI_HOME/open-cli-schema; fi && \ + if [ ! -d $OPEN_CLI_HOME/open-cli-sample ]; then mkdir $OPEN_CLI_HOME/open-cli-sample; fi && \ sudo touch /var/log/lighttpd/access.log && \ sudo cp /etc/lighttpd/conf-available/10-accesslog.conf /etc/lighttpd/conf-enabled/ && \ sudo cp $OPEN_CLI_HOME/http/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf && \ |