dockerfiles/base/old-alpine/entrypoint.sh

8 lines
60 B
Bash
Raw Normal View History

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