This website requires JavaScript.
Explore
Help
Sign In
kawaiipunk
/
buildpack-nginx
Watch
1
Star
0
Fork
0
You've already forked buildpack-nginx
mirror of
https://github.com/dokku/buildpack-nginx.git
synced
2024-11-05 11:48:42 +00:00
Code
Issues
Releases
Wiki
Activity
bb20210245
buildpack-nginx
/
bin
/
detect
10 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial version
2013-08-17 06:41:19 +00:00
#!/usr/bin/env bash
set -e
CHANGE to static compile
2014-11-06 22:29:41 +00:00
if [[ -f $1/.static ]]; then
echo ".static"
Initial version
2013-08-17 06:41:19 +00:00
exit 0
else
exit 1
fi
Reference in New Issue
Copy Permalink