Moved back to pumactl for puma 2.16.
This commit is contained in:
parent
b43854a9aa
commit
965ec293eb
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ echo "export IP=$IP"
|
|||
echo "export BROWSER_PORT=$BROWSER_PORT"
|
||||
|
||||
#rails s puma -d --pid tmp/pids/server.pid --bind 0.0.0.0 --port $APP_PORT
|
||||
rails s puma -d --bind 0.0.0.0 --port $APP_PORT
|
||||
pumactl start --pidfile tmp/pids/server.pid -d -p $APP_PORT -e $RAILS_ENV
|
||||
script/websocket-server.rb start -d -p $WS_PORT
|
||||
script/scheduler.rb start
|
||||
|
|
Loading…
Reference in a new issue