fly-apps / dockerfile-rails

Provides a Rails generator to produce Dockerfiles and related files.
MIT License
489 stars 38 forks source link

Ignore Shrine default upload directory in .dockerignore #87

Closed Antsiscool closed 9 months ago

Antsiscool commented 9 months ago

We use Shrine to store uploaded files. The Shrine documentation uses public/uploads for the storage directory. https://shrinerb.com/docs/getting-started

It would be good to ignore this in .dockerignore like the storage directory is.

Alternatively an "instructions" option could be added to add anything custom to the .dockerignore.