mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
boinc: use entrypoint
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
chown -R $UID:$GID /boinc && cd /boinc
|
||||
exec su-exec $UID:$GID /sbin/tini -- boinc
|
||||
exec su-exec $UID:$GID /sbin/tini -- boinc $@
|
||||
|
Reference in New Issue
Block a user