Updated core2.dockerfile

Former-commit-id: be8b411cab
pull/1161/head
Piero Toffanin 2017-03-30 10:16:24 -04:00
rodzic 49a6e850fb
commit fbcbfc1390
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -19,6 +19,7 @@ COPY run.py /code/run.py
COPY /scripts/ /code/scripts/
COPY /SuperBuild/cmake/ /code/SuperBuild/cmake/
COPY /SuperBuild/CMakeLists.txt /code/SuperBuild/CMakeLists.txt
COPY docker.settings.yaml /code/settings.yaml
COPY /tests/ /code/tests/
# Update submodules
@ -33,4 +34,4 @@ RUN cd SuperBuild && mkdir build && cd build && cmake .. && make -j$(nproc) \
&& cd ../.. && mkdir build && cd build && cmake .. && make -j$(nproc)
# Entry point
ENTRYPOINT ["python", "/code/run.py", "--project-path", "/code/"]
ENTRYPOINT ["python", "/code/run.py", "code"]