Bunch of cleanup
This commit is contained in:
parent
dee736bd54
commit
65a504c882
4 changed files with 282 additions and 246 deletions
|
|
@ -11,4 +11,4 @@ RUN apt update && apt install sqlite3
|
|||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||
CMD [ "python3", "mstbot.py" ]
|
||||
CMD [ "python3", "-u", "mstbot.py" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue