From a3c29ed0df738f24e37d2d0baeff49a0ae385867 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 18 Sep 2017 16:58:21 -0400 Subject: [PATCH] Added run.sh to dockerfiles --- Dockerfile | 1 + core2.Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 850e53ec..c3b07101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ COPY /modules/ /code/modules/ COPY /opendm/ /code/opendm/ COPY /patched_files/ /code/patched_files/ COPY run.py /code/run.py +COPY run.sh /code/run.sh COPY /scripts/ /code/scripts/ COPY /SuperBuild/cmake/ /code/SuperBuild/cmake/ COPY /SuperBuild/CMakeLists.txt /code/SuperBuild/CMakeLists.txt diff --git a/core2.Dockerfile b/core2.Dockerfile index f8294c65..ad2a12ae 100644 --- a/core2.Dockerfile +++ b/core2.Dockerfile @@ -38,6 +38,7 @@ COPY /modules/ /code/modules/ COPY /opendm/ /code/opendm/ COPY /patched_files/ /code/patched_files/ COPY run.py /code/run.py +COPY run.sh /code/run.sh COPY /scripts/ /code/scripts/ COPY /SuperBuild/cmake/ /code/SuperBuild/cmake/ COPY /SuperBuild/CMakeLists.txt /code/SuperBuild/CMakeLists.txt