This commit is contained in:
LEv145 2023-04-04 22:05:02 +02:00 committed by GitHub
parent 90f9f38087
commit aec811d9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,4 @@ RUN pip install -r requirements.txt
ENV CLI_ARGS=""
CMD python main.py ${CLI_ARGS}
CMD python -u main.py ${CLI_ARGS}