1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 11:25:41 +00:00
Files
boinc
Dockerfile
README.md
run.sh
boring-nginx
cowrie
ghost
isso
kippo-graph
libresonic
lychee
nextcloud
nginx-php
pgbouncer
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
dockerfiles/boinc/run.sh
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 $@