Update Dockerfile

This commit is contained in:
Administrator 2023-10-06 20:35:55 +00:00
parent 0abe086447
commit 84dcf5a95f
1 changed files with 1 additions and 1 deletions

View File

@ -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"]