Remove .dockerfiles (unused)

This commit is contained in:
James Mills 2023-03-18 13:18:24 +10:00
parent 4a8d56a34b
commit e9850bec3c
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/bin/sh
[ -n "${PUID}" ] && usermod -u "${PUID}" zs
[ -n "${PGID}" ] && groupmod -g "${PGID}" zs
printf "Configuring zs...\n"
printf "Switching UID=%s and GID=%s\n" "${PUID}" "${PGID}"
exec su-exec zs:zs "$@"