build and run stuff

This commit is contained in:
2021-01-18 10:14:54 +01:00
parent 876c99d790
commit 8a0840dd70
5 changed files with 34 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM python:latest
LABEL Maintainer="Wolfgang Hottgenroth wolfgang.hottgenroth@icloud.com"
LABEL ImageName="registry.hottis.de/hv/hv-service"
ARG APP_DIR="/opt/app"
ARG CONF_DIR="${APP_DIR}/config"