Added run.sh to dockerfiles

Former-commit-id: a3c29ed0df
pull/1161/head
Piero Toffanin 2017-09-18 16:58:21 -04:00
rodzic b8b65fe946
commit 016008f9c7
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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