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