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-obm-engine
Commits
751d09c6
Commit
751d09c6
authored
Sep 03, 2020
by
Felix Delattre
Browse files
Merge branch 'dockerfile' into 'master'
add dockerfile stub See merge request
!1
parents
bcd34994
101b5c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
751d09c6
FROM
python:3
ARG
APP_NAME=the-engine
ARG
HOME="/app"
RUN
pip
install
git+https://gitext.gfz-potsdam.de/dynamicexposure/openbuildingmap/the-engine
ADD
. ${HOME}/${APP_NAME}
WORKDIR
${HOME}/${APP_NAME}
CMD
[ "the-engine" ]
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