From 7f5a363d1daaa154b636e3684da7c2b62e8e5e3a Mon Sep 17 00:00:00 2001 From: MaxGrosshandler Date: Mon, 1 Oct 2018 12:21:45 -0500 Subject: [PATCH] Update manifest.yml explicitly stated the nodejs buildpack for reasons of more clarity and keeping in line with the updated syntax for using buildpacks in CF --- manifest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.yml b/manifest.yml index f3cc3c6..4b75ed7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -4,3 +4,5 @@ applications: memory: 512M instances: 1 random-route: true + buildpacks: + - https://github.com/cloudfoundry/nodejs-buildpack