Skip to content
Discussion options

You must be logged in to vote

Hi @u840903 👋

The reason you're not seeing the files when you log into your environment using the Heroku CLI (my guess is using heroku run bash or something similar) is because all processes in a Heroku application run in their own Dyno, and each Dyno is a sandboxed container.

As a result, the files generated by your web process's Dyno are likely created just as you expect them to be, but you can't see them because when you run heroku run bash you actually spin up a totally separate Dyno that hasn't generated those files.

Hopefully that clarifies things!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@u840903
Comment options

Answer selected by u840903
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants