Update docker scructure

Fix after git sync
This commit is contained in:
LEv145 2023-04-20 21:39:21 +02:00 committed by GitHub
parent 2efc711076
commit 842131240b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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