cflocal
cflocal copied to clipboard
path setting ignored
E.g.
applications:
- name: notebooks-frontend
buildpacks:
- nodejs_buildpack
command: "yarn serve"
path: app/notebooks
path
works in manifest.yml
, but not in local.yml
. I do see that there's the -p
option.
I agree with this diagnosis. Having the same problem. The path setting is ignored in local.yml. Works fine from the command line.