Compare commits

..

1 Commits

Author SHA1 Message Date
erichardson 5b14168d6b log to screen
Semantic Release and Changelog / Patch (push) Successful in 7s
Semantic Release and Changelog / Build and Publish (push) Failing after 13s
2024-02-10 21:48:04 +00:00
+1 -1
View File
@@ -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