You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails 7.1 comes with a default Dockerfile and .dockerignore files.
Please correct me if I'm wrong, but it seems to me that running install generator should add the same exclusions to .dockerignore as to .gitignore. This way, users won't accidentally end up packing their development database into docker images.
Given the green light, I can cook up a PR for this.
The text was updated successfully, but these errors were encountered:
Rails 7.1 comes with a default
Dockerfile
and.dockerignore
files.Please correct me if I'm wrong, but it seems to me that running install generator should add the same exclusions to
.dockerignore
as to.gitignore
. This way, users won't accidentally end up packing their development database into docker images.Given the green light, I can cook up a PR for this.
The text was updated successfully, but these errors were encountered: