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

Uploaded Dockerfile

parent deb05868
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ COPY geodata/data /root/data
# copy zipped data
COPY other /root
# Ensure scripts are executable
RUN chmod +x /root/*.sh
# unzip geotiff
RUN /root/install_data.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