cflocal icon indicating copy to clipboard operation
cflocal copied to clipboard

path setting ignored

Open ClayShentrup opened this issue 5 years ago • 1 comments

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.

ClayShentrup avatar Sep 18 '19 06:09 ClayShentrup

I agree with this diagnosis. Having the same problem. The path setting is ignored in local.yml. Works fine from the command line.

bensonmiller avatar Jun 10 '20 01:06 bensonmiller