From 5e40ed68e2bb9a00794dbd342aee3fb706fa9d39 Mon Sep 17 00:00:00 2001 From: "Noah Hanford (spaced)" Date: Sat, 22 Aug 2026 17:51:24 -0400 Subject: [PATCH] fix: get logs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad53cce..c4ca058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY *.py . COPY proxstar ./proxstar RUN touch targets && chmod a+w targets # This is some OKD shit. RUN git config --system --add safe.directory '*' # This is also some OKD shit. -ENTRYPOINT gunicorn proxstar:app --bind=0.0.0.0:8080 +ENTRYPOINT gunicorn proxstar:app --bind=0.0.0.0:8080 --access-logfile=-