mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-27 11:25:41 +00:00
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
4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/sh
|
|
chown -R $UID:$GID /boinc && cd /boinc
|
|
exec su-exec $UID:$GID /sbin/tini -- boinc $@
|