Open nfedyashev opened 4 years ago
As a workaround this snippet seemed to work:
$ tar zxvf nginx-$STACK.tgz
./
./nginx
./mime.types
./nginx-debug
$ mv nginx bin/
$ mv mime.types config
$ FORCE=1 bin/start-nginx
buildpack=nginx at=logs-initialized
buildpack=nginx at=start-app cmd=
buildpack=nginx at=exit process=app
buildpack=nginx at=nginx-start
hey,
thanks for pointing this out. you are correct, we bundle the assets now and they need to be extracted from the tgz. Would it be possible for you to open a PR to fix the README?
Thank you
Quoting the README:
Perhaps someone with better knowledge of this buildpack might want to fix it. HTH