From e7105f18287c4455a52899276c8ebd91353c3587 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Thu, 13 Feb 2025 20:32:56 -0500 Subject: [PATCH] chore(docker): run with debug output --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d78faad..8dc5f16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ COPY . . RUN pip install -r requirements.txt -CMD ["python", "-OO", "main.py"] +CMD ["python", "main.py"]