-
Seems like buildpacks_io is not yet ready for prime time:
$ npx express-generator $ pack build my-image $ docker run -p 8080:8080 -e PORT=8080 my-image ERROR: failed to launch: determine start command: process type web was not found
- …in reply to @steren
-
…in reply to @steren
buildpacks_io It seems that this is an issue using the heroku builder (
pack set-default-builder heroku/buildpacks:18
) Using the cloudfoundry builder works great: (pack set-default-builder cloudfoundry/cnb:bionic
)