move Dockerfiles, change paths in docker-compose.yaml, change default config for paths in Dockerfile, add Dockerfile for build,

This commit is contained in:
Jan Speller 2020-04-13 19:29:07 +02:00 committed by Jan Speller
parent d8e8662c7d
commit 6d3fe8499a
4 changed files with 33 additions and 2 deletions

View file

@ -1,13 +0,0 @@
FROM alpine:3.10 AS boswatch
ARG BW_VERSION=develop
RUN apk add git && \
git clone --depth 1 --branch ${BW_VERSION} https://github.com/BOSWatch/BW3-Core.git /opt/boswatch
FROM python:3.6-alpine AS runner
LABEL maintainer="bastian@schroll-software.de"
RUN pip3 install pyyaml
RUN mkdir /log/
COPY --from=boswatch /opt/boswatch/ /opt/boswatch/
COPY ./config/* /opt/boswatch/config/