Skip to content

Commit

Permalink
Manifest and config tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Aug 28, 2024
1 parent 087aa44 commit 3dfd2e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cloud_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ "$CF_INSTANCE_INDEX" == "0" ]; then
echo "----- Migrated Database ----- Instance $CF_INSTANCE_INDEX -----"
fi
echo "------ Booting Web Process ------ Instance $CF_INSTANCE_INDEX -----"
bundle exec rails s -b 0.0.0.0 -p $PORT -e $RAILS_ENV
bundle exec puma -C config/puma.rb
1 change: 0 additions & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ defaults: &defaults
- https://github.com/cloudfoundry/apt-buildpack
- nodejs_buildpack
- ruby_buildpack
- binary_buildpack
memory: 256M
disk_quota: 2G
stack: cflinuxfs4
Expand Down

0 comments on commit 3dfd2e2

Please sign in to comment.