This commit is contained in:
2022-06-24 12:14:10 -07:00
commit 27fc1f5e16
31 changed files with 3769 additions and 0 deletions

4
docker/entrypoint.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
set -eu
sudo -E -u "#${PUID}" -g "#${PGID}" "$@"