File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
railties/lib/rails/generators/rails/app/templates/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ aliases:
7373 logs: app logs -f
7474 dbc: app exec --interactive --reuse "bin/rails dbconsole --include-password"
7575
76- <% unless skip_storage? %>
76+ <% unless skip_storage? - %>
7777# Use a persistent storage volume for sqlite database files and local Active Storage files.
7878# Recommended to change this to a mounted volume path that is backed up off server.
7979volumes:
8080 - "<%= app_name %>_storage:/rails/storage"
8181
82- <% end %>
82+ <% end - %>
8383# Bridge fingerprinted assets, like JS and CSS, between versions to avoid
8484# hitting 404 on in-flight requests. Combines all files from new and old
8585# version inside the asset_path.
You can’t perform that action at this time.
0 commit comments