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.
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?