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
3ed56b236b
dockerfiles
/
base
/
alpine
/
runit
/
backplane
/
run
9 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
-n
"
$BACKPLANE_TOKEN
"
]
then
/usr/bin/backplane connect
else
sleep 999d
fi
Reference in New Issue
View Git Blame
Copy Permalink