Add simple mbc script for docker

This commit is contained in:
Tulir Asokan 2020-02-26 01:04:57 +02:00
parent 265307a870
commit f36827f9cc
3 changed files with 5 additions and 0 deletions

3
docker/mbc.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
cd /opt/maubot
python3 -m maubot.cli "$@"