AutomatedFanfic/root/etc/cont-init.d/90-user-permissions
MrTyton 9833f81007 Update to properly utilize docker
Trying this, time to see if it works.
2022-03-25 17:21:17 -04:00

10 lines
153 B
Plaintext

#!/usr/bin/with-contenv bash
groupmod -o -g "$PGID" abc
usermod -o -u "$PUID" abc
chown -R abc:abc /app
chown -R abc:abc /config
chmod +x /app/run.sh