Commit a369294

mo khan <mo@mokhan.ca>
2015-06-14 20:08:25
use rails s in procfile.
1 parent f6e544b
Changed files (1)
Procfile
@@ -1,1 +1,1 @@
-web: bundle exec puma -C config/puma.rb
\ No newline at end of file
+web: bin/rails s -p 5000 -b 0.0.0.0