From 55302a3be692f0a175faaacb553951d3c97034c6 Mon Sep 17 00:00:00 2001 From: Tanner Van Teeffelen Date: Tue, 2 Jun 2026 22:23:44 -0400 Subject: [PATCH] Updated Dockerfile to print out Python output. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0c4cd5..b2c8b3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY main.py . # Run script -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "-u", "main.py"] \ No newline at end of file