Re: Doubt using the REST method: "/v2/resource_match"


Juan Antonio BreƱa Moral <bren at juanantonio.info...>
 

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

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.