diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 2a2d571..66e2a71 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -17,4 +17,4 @@ cp -r /data/mumo.ini /mumo # make sure our dir is writable for the user chown mumo:mumo /mumo -R -exec su mumo -c "python3 /mumo/mumo.py" +exec su mumo -c "python3 /mumo/mumo.py --ini mumo.ini"