diaspora/docker/develop/docker-exec-entrypoint.sh
2018-10-28 22:09:06 +01:00

7 lines
123 B
Bash
Executable file

#!/bin/bash
HOST_UID=$(stat -c %u /diaspora)
HOST_GID=$(stat -c %g /diaspora)
cd /diaspora
gosu $HOST_UID:$HOST_GID "$@"