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