diff --git a/entrypoint.sh b/entrypoint.sh index 8a33788..9d61640 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,2 +1,2 @@ -/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json +/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json "$@" exit 0