Skip to content

Commit

Permalink
remove nodejs_buildpack to prevent duplicate node_modules
Browse files Browse the repository at this point in the history
The nodejs buildpack was creating a duplicate copy of node_modules
and wasting disk space, it is no longer needed after this update
to the ruby buildpack cloudfoundry/ruby-buildpack#373
was merged.
  • Loading branch information
zjrgov committed Aug 9, 2024
1 parent d5f4895 commit 3b7879d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/manifest.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
applications:
- name: <%= app_name %>-((env))
buildpacks:
- nodejs_buildpack
- ruby_buildpack
env:
RAILS_MASTER_KEY: ((rails_master_key))
Expand Down

0 comments on commit 3b7879d

Please sign in to comment.