Skip to content
Snippets Groups Projects
Commit daffd50a authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Changed Dockerfile to copy maps from external drive.

parent bff6e5b6
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,12 @@ RUN pip install \ ...@@ -34,7 +34,12 @@ RUN pip install \
rm /app/requirements.txt rm /app/requirements.txt
WORKDIR /app WORKDIR /app
COPY . /app/ #COPY . /app/
COPY config.yaml /app/
COPY requirements.txt /app/
COPY other /app/other
COPY opentopodata /app/opentopodata
COPY temp/root/aster30m /app/data/aster30m
# update and install system # update and install system
RUN /app/other/update_sys.sh RUN /app/other/update_sys.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment