From 44b13eeece0402a0aa9eca9ce7076b6a0e8b07c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= Date: Wed, 29 Oct 2025 15:56:27 -0300 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1377a5..45470a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM python:3.13-slim WORKDIR /app COPY . /app -CMD ["python", "test.py"] \ No newline at end of file +CMD ["python", "-u", "test.py"] \ No newline at end of file