Questions tagged [pcfdev]

PCF Dev is a compact version of Pivotal Cloud Foundry (PCF) designed to be easily deployed on a developer's personal machine.

Guide on setting up staticfile_buildpack header configuration for an Angular application

After creating a build with ng build --prod, the dist/AppName folder was generated. Inside this folder, I found my manifest.yml and Staticfile. When I tried to do a cf push within the dist/AppName directory, everything worked as expected. However, I want ...