File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.4"
22
33[buildpack ]
44id = " fagiani/static"
5- version = " 0.0.2 "
5+ version = " 0.0.3 "
66name = " CNB Static Buildpack"
77homepage = " https://github.com/fagiani/static-buildpack"
88description = " Serves static content with nginx"
Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ case $(ulimit -u) in
1616esac
1717
1818" ${HERE} /config/make-config" $( dirname " ${HERE} " )
19- ls -lsa $( dirname " ${HERE} " ) /config
2019# Create .htpasswd if BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD are provided
2120" ${HERE} /config/make-htpasswd"
22- cat /layers/fagiani_static/nginx/config/nginx.conf
2321# make a shared pipe; we'll write the name of the process that exits to it once
2422# that happens, and wait for that event below this particular call works on
2523# Linux and Mac OS (will create a literal ".XXXXXX" on Mac, but that doesn't
You can’t perform that action at this time.
0 commit comments