add -u
This commit is contained in:
@@ -26,4 +26,4 @@ EXPOSE 5555
|
|||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD curl -fsS http://localhost:5555/ || exit 1
|
HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD curl -fsS http://localhost:5555/ || exit 1
|
||||||
|
|
||||||
CMD ["python", "client/main.py"]
|
CMD ["python", "-u", "client/main.py"]
|
||||||
Reference in New Issue
Block a user