From 3360cac5b0277cf4b0d3c6c23e7c16420d61c026 Mon Sep 17 00:00:00 2001 From: Thibault Derousseaux <6574550+tibdex@users.noreply.github.com> Date: Thu, 28 May 2026 16:03:06 -0400 Subject: [PATCH] Discard docstrings when running Docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b8bafe..a675fef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,4 @@ ENV PORT=80 EXPOSE $PORT -CMD ["python", "-O", "-u", "-m", "app"] +CMD ["python", "-OO", "-u", "-m", "app"]