fix up some mess

This commit is contained in:
2024-07-03 00:27:48 +02:00
parent 4e76c7db1a
commit 285a2503d7
9 changed files with 67 additions and 47 deletions

View File

@@ -39,12 +39,12 @@ WORKDIR /src
COPY ./python/src/ .
COPY ./python/docker_entrypoint.sh /
RUN mkdir data
RUN touch DOCKER
VOLUME /src/data
RUN apk add --no-cache sudo bluez tzdata
ENV TZ=Europe/Berlin
ENV DOCKER=TRUE
ENV DOCKER=true
ENV API=false
# Copy pips from the pip build stage
COPY --from=pip_build_stage /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages