This commit is contained in:
André Bauer 2016-12-20 12:48:21 +01:00
parent 0fa9e1b7e5
commit 89740abe3c

View File

@ -56,7 +56,7 @@ if [ "$1" = 'zammad' ]; then
bundle exec script/scheduler.rb start &
if [ "${RAILS_SERVER}" == "puma" ]; then
bundle exec puma -p 3000 -b 0.0.0.0
bundle exec rails s -p 3000 -b 0.0.0.0
elif [ "${RAILS_SERVER}" == "unicorn" ]; then
bundle exec unicorn -p 3000 -c config/unicorn.rb
fi