Skip to content

Commit

Permalink
fix(media): pmpd - do not buffer python output
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Dec 26, 2024
1 parent e3d68df commit 1e25039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pmpd/pmpd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ USER python
# --- This part differs from base image.
# Copy pmpd script
COPY pmpd.py /home/python/pmpd.py
ENTRYPOINT ["/usr/bin/python", "/home/python/pmpd.py"]
ENTRYPOINT ["/usr/bin/python", "-u", "/home/python/pmpd.py"]


0 comments on commit 1e25039

Please sign in to comment.