diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-20 05:45:52 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-20 06:28:08 -0700 |
commit | 0b9531200a8df68b45e9a4b311a64054560a6a3e (patch) | |
tree | 06861763577ae38d28eea1f7833cd8ecb5cd339d /ocata/vagrant/test/Dockerfile | |
parent | 6879be51fec2101b26b7648c7245e99eb5e64b87 (diff) |
update port from 9004 to 9006
Change-Id: Ic2ad8eda3b21b6c11cabf89d65f5a72956262750
Issue-Id: MULTICLOUD-95
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ocata/vagrant/test/Dockerfile')
-rw-r--r-- | ocata/vagrant/test/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ocata/vagrant/test/Dockerfile b/ocata/vagrant/test/Dockerfile index 33d1a18a..f956b566 100644 --- a/ocata/vagrant/test/Dockerfile +++ b/ocata/vagrant/test/Dockerfile @@ -3,3 +3,5 @@ FROM multicloud-ocata:latest RUN apt-get update && \ apt-get install -y vim ADD extsys.py /opt/ocata/lib/newton/newton/pub/msapi/extsys.py +ADD run.sh /opt/ocata/run.sh +RUN chmod 755 /opt/ocata/run.sh |