gatsbyjs / gatsby-docker

Docker image that builds and hosts a Gatsby site
MIT License
356 stars 88 forks source link

Support disabling open file caches #34

Closed halkeye closed 4 years ago

halkeye commented 4 years ago

For the jenkins plugin site (plugins.jenkins.io) we were having issues with files being randomly truncated, or not updated.

We are pretty sure its due to the backing of it being azure (network) based.

So I wanted to make a flag to disable the open fd caching.

We decided to go back to the standard nginx image, but I wanted to make sure I upstreamed the option if it was useful to others.

cusspvz commented 4 years ago

@halkeye thank you for your contribution!