kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
49a6e850fb
commit
fbcbfc1390
|
@ -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"]
|
||||
|
|
Ładowanie…
Reference in New Issue