Hotfix: Add internal modules for Dockerfile

Former-commit-id: 1eafe2633d
pull/1161/head
Dakota Benjamin 2016-05-16 18:52:24 +00:00
rodzic 5768cd69f0
commit 9e6da32f88
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -67,6 +67,7 @@ RUN git submodule init && git submodule update
# Build OpenDroneMap
RUN bash ./configure.sh && \
mkdir build && cd build && cmake .. && make && cd .. && \
chown -R odm:odm /code
USER odm
@ -76,4 +77,4 @@ ENV PYTHONPATH=${PYTHONPATH}:/code/SuperBuild/install/lib/python2.7/dist-package
# Entry point
VOLUME ["/images"]
# WORKDIR /images
ENTRYPOINT ["python", "/code/run.py", "--project-path", "/images"]
ENTRYPOINT ["python", "/code/run.py", "--project-path", "/images"]