1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-06 04:09:17 +00:00
2016-09-17 13:11:42 +02:00

4 lines
95 B
Bash

#!/bin/sh
chown -R $UID:$GID /boinc && cd /boinc
exec su-exec $UID:$GID /sbin/tini -- boinc $@