Use PYTHONPATH instead of cd in docker mbc wrapper. Fixes #172
This commit is contained in:
parent
e0daeeafc6
commit
47d499dac8
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /opt/maubot
|
export PYTHONPATH=/opt/maubot
|
||||||
python3 -m maubot.cli "$@"
|
python3 -m maubot.cli "$@"
|
||||||
|
|
Loading…
Reference in a new issue