Skip to content

Commit

Permalink
Try not using gosu
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Oct 12, 2024
1 parent e05df78 commit 485423a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,6 @@ monitoring)
:
;;
*)
if command -v gosu >/dev/null 2>&1; then
exec gosu "$USER" "$@"
else
exec "$@"
fi
;;
esac

0 comments on commit 485423a

Please sign in to comment.