commit | 6a742ecda78117cff75d1b037da5a99d91d1eea3 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Wed Dec 16 18:13:00 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Wed Dec 16 18:13:00 2015 +0000 |
tree | d0f1c1057cff0e68bc0343da91dfb1d03db61ade | |
parent | 12963cfcfe2eb12c343c359cc8b701507b6e0766 [diff] |
make tosca script executable
diff --git a/containers/xos/Dockerfile b/containers/xos/Dockerfile index b10814a..639cbd5 100644 --- a/containers/xos/Dockerfile +++ b/containers/xos/Dockerfile
@@ -80,6 +80,7 @@ /opt/xos/scripts/opencloud genkeys # install Tosca engine +RUN chmod +x /opt/xos/tosca/run.py RUN bash /opt/xos/tosca/install_tosca.sh EXPOSE 8000