How to permanently fix chmod changes to an app deployed on Heroku? [duplicate]

I just made a post yesterday - How to solve "500 internal server error" on a deployed python app on Heroku?

And today I actually have discovered the problem. The program isn't missing, but instead program's access on Heroku has been denied. So, I just did a SSH to Heroku and chmod the exiftool and now it works fine.

But then comes an another problem. This chmod change is only temporary. After a few minutes, the error comes again and I have to do the chmod thing again to make it work.

Is there any way to permanently fix this?



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Today Walkin 14th-Sept

Object oriented programming concepts (OOPs)