From 84dcf5a95f45cc0ee2c6d1b869fb56f0270d9014 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 6 Oct 2023 20:35:55 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ddd3d4..6c756a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ ADD .conf.json /workspace WORKDIR /workspace RUN pip3 install -r requirements.txt RUN pip3 install --upgrade sentry-sdk -CMD ["python3", "run.py"] +CMD ["python3", "-u", "run.py"]