Skip to content
Snippets Groups Projects
Commit 751d09c6 authored by Felix Delattre's avatar Felix Delattre
Browse files

Merge branch 'dockerfile' into 'master'

add dockerfile stub

See merge request dynamicexposure/server-components/containers/docker-obm-engine!1
parents bcd34994 101b5c34
Branches master
No related tags found
1 merge request!1add dockerfile stub
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" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment