dockerfiles/base/alpine/entrypoint.sh

8 lines
65 B
Bash
Raw Permalink Normal View History

2015-11-06 21:30:14 +00:00
#!/bin/sh
set -e
runsvdir /etc/system &
2016-09-15 17:42:00 +00:00
exec /sbin/tini -- $*