Once, the application is running, I can see the files:
``` shell
cf files StaticWebsiteHelloWorld app
Obteniendo archivos para app StaticWebsiteHelloWorld en org DevBox / space dev como admin...
OK
boot.sh 1.5K
index.html 0B
manifest.yml 0B
nginx/ -
public/ -
````
If I get access to public folder, the files are empty too, but the structure is correct. I suppose that the upload process was correct, isn't it?
Why the files are empty?
How to fix the problem?
``` shell
cf files StaticWebsiteHelloWorld app/public
Obteniendo archivos para app StaticWebsiteHelloWorld en org DevBox / space dev como admin...
OK
index.html 0B
```
Note: I suppose that in public folder, CF remove manifest.yml by security criteria, I mean.
Juan Antonio