jincod / dotnetcore-buildpack

Heroku .NET Core Buildpack
MIT License
751 stars 365 forks source link

Permissions on directories #152

Closed david127cu closed 3 years ago

david127cu commented 3 years ago

Hello. I installed this buildpack and test the hello world (worked"). Put i need to execute chmod 777 -R Storage, to change my folder permisson. the script executed successful, but after deployed, when I execute: heroku run "ls -la" to see the permissions, the permissions aren't set. Running the command in the Procfile file doesn't work either.

Can you help me?

jincod commented 3 years ago

Hello @david127cu

Please see the issue https://github.com/jincod/dotnetcore-buildpack/issues/129

david127cu commented 3 years ago

Thanks