1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-25 18:10:47 +00:00

CHANGE to static compile

This commit is contained in:
Florian Heinemann
2014-11-06 17:29:41 -05:00
parent 51b16c2175
commit 5c959aaad6
5 changed files with 122 additions and 87 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
if [[ -f $1/.nginx ]]; then
echo ".nginx"
if [[ -f $1/.static ]]; then
echo ".static"
exit 0
else
exit 1