From ac84d11215c03af0a2f34cca03a5f9bd7caadaef Mon Sep 17 00:00:00 2001 From: Marius Robert Macamete Date: Wed, 17 Sep 2025 09:58:35 +0300 Subject: [PATCH] add -u --- Dockerfile.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ui b/Dockerfile.ui index 15e4213..6d3c3b6 100644 --- a/Dockerfile.ui +++ b/Dockerfile.ui @@ -26,4 +26,4 @@ EXPOSE 5555 HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD curl -fsS http://localhost:5555/ || exit 1 -CMD ["python", "client/main.py"] \ No newline at end of file +CMD ["python", "-u", "client/main.py"] \ No newline at end of file