diff --git a/script/docker/entrypoint.sh b/script/docker/entrypoint.sh index 9671042..92e5717 100644 --- a/script/docker/entrypoint.sh +++ b/script/docker/entrypoint.sh @@ -10,4 +10,4 @@ if [ -w /app/data ]; then fi # Run the bot as appuser (if you want to drop privileges) -exec su appuser -c "python /app/mesh_bot.py" \ No newline at end of file +exec python /app/mesh_bot.py \ No newline at end of file