We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e130db commit 6be8ff6Copy full SHA for 6be8ff6
buildpack.toml
@@ -2,7 +2,7 @@ api = "0.4"
2
3
[buildpack]
4
id = "fagiani/static"
5
-version = "0.0.1"
+version = "0.0.2"
6
name = "CNB Static Buildpack"
7
homepage = "https://github.com/fagiani/static-buildpack"
8
description = "Serves static content with nginx"
scripts/boot
@@ -1,6 +1,5 @@
1
#!/bin/bash -e
-set -x
set -o pipefail
HERE=$(dirname "$0")
0 commit comments