commit | e30ebd80a3b6294b749d1c1c5272f079275d6a73 | [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 | 80ed9e83e27fa6609f0cb9c5be14547795aab96b [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