Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
server-components
containers
docker-obmgapanalysis
Commits
214ac517
Commit
214ac517
authored
Jul 27, 2021
by
Nicolas Garcia Ospina
Browse files
Wrapped the obmgapanalysis routine in start.sh
parent
16a00f10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
214ac517
...
...
@@ -32,4 +32,6 @@ RUN pip3 install --upgrade pip
RUN
pip3
install
https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/obmgapanalysis/-/archive/master/obmgapanalysis-master.zip
CMD
["obmgapanalysis"]
COPY
./files/start.sh /usr/local/bin
CMD
["/usr/local/bin/start.sh"]
files/start.sh
0 → 100644
View file @
214ac517
#!/bin/sh
obmgapanalysis
-conf
/app/data/config/config.yml
obmgapanalysis
--obm_built_up
-conf
/app/data/config/config.yml
obmgapanalysis
--import_csv
-conf
/app/data/config/config.yml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment