This website requires JavaScript.
Explore
Help
Sign In
cadey
/
dockerfiles
Watch
1
Star
0
Fork
You've already forked dockerfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1a2b0b4759
dockerfiles
/
base
/
alpine
/
entrypoint.sh
8 lines
65 B
Bash
Raw
Normal View
History
Unescape
Escape
alpine image
2015-11-06 21:30:14 +00:00
#!/bin/sh
set
-e
runsvdir /etc/system
&
commit everything
2016-09-15 17:42:00 +00:00
exec
/sbin/tini --
$*