From 5b14168d6bd030782bdff06c82bcbe7350637f99 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sat, 10 Feb 2024 21:48:04 +0000 Subject: [PATCH] log to screen --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index d056129..8c3e62d 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -28,6 +28,6 @@ RUN apk --update add --no-cache logrotate && \ COPY . /app -CMD ["python3", "-u", "/app/src/bin/tHome-eagle.py", "-c", "/app/src/conf"] +CMD ["python3", "-u", "/app/src/bin/tHome-eagle.py", "-c", "/app/src/conf", "-l", "stdout"] EXPOSE 22042