File tree 4 files changed +2
-46
lines changed 4 files changed +2
-46
lines changed Original file line number Diff line number Diff line change 1
1
https://github.com/heroku/heroku-buildpack-ruby.git
2
2
https://github.com/drogus/last-commit-sha-buildpack.git
3
- https://github.com/ryandotsmith/nginx-buildpack.git
Original file line number Diff line number Diff line change 1
- web : bin/start-nginx bundle exec ./script/server
1
+ web : bundle exec ./script/server
2
2
console : bundle exec ./script/console
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ cd "$(dirname "$0")/.."
3
3
[ $PORT ] || PORT=3000
4
4
[ $RACK_ENV ] || RACK_ENV=development
5
5
6
- cmd=" ruby -I lib -S bundle exec ruby -I lib -S unicorn config.ru -E $RACK_ENV -c config/unicorn.rb"
6
+ cmd=" ruby -I lib -S bundle exec ruby -I lib -S unicorn config.ru -p $PORT - E $RACK_ENV -c config/unicorn.rb"
7
7
[[ $RACK_ENV == " development" ]] && exec rerun " $cmd -l 127.0.0.1:$PORT "
8
8
exec $cmd
You can’t perform that action at this time.
0 commit comments