Set PYTHONUNBUFFERED=1 in Dockerfile for real-time log output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5f8863ce77
commit
b49b1df8b5
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ RUN mkdir -p /data \
|
|||
&& ln -sf /data/index.db index.db \
|
||||
&& ln -sf /data/tinyweb_identity tinyweb_identity
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue