Tim Uckun
2017-09-27 11:03:51 UTC
I have an app and it runs fine if I do rackup or puma but it doesn't run
when I do ruby app.rb I tried putting
require 'sinatra'
run Sinatra::Application on the bottom but it says run is not defined.
This used to work but I have no idea what I did to make it stop working.
The reason I am asking is that puma does not run inside of a docker
container for some reason giving me the error "no app specified".
Thanks in advance for your help.
when I do ruby app.rb I tried putting
require 'sinatra'
run Sinatra::Application on the bottom but it says run is not defined.
This used to work but I have no idea what I did to make it stop working.
The reason I am asking is that puma does not run inside of a docker
container for some reason giving me the error "no app specified".
Thanks in advance for your help.
--
You received this message because you are subscribed to the Google Groups "sinatrarb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sinatrarb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "sinatrarb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sinatrarb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.