Replace prints with logger

This commit is contained in:
2024-08-28 22:06:50 +02:00
parent 9747010caf
commit 4c6689007d
9 changed files with 74 additions and 46 deletions

View File

@@ -38,7 +38,7 @@ FROM python:3.12-alpine3.20
WORKDIR /src
COPY ./python/src/ .
COPY ./python/docker_entrypoint.sh /
RUN mkdir data
RUN mkdir -p data/log
VOLUME /src/data
RUN apk add --no-cache sudo bluez tzdata