Skip to content

Commit

Permalink
Use the correct port in startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
heathd committed Oct 18, 2012
1 parent 78c88c4 commit c58890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

bundle install
bundle exec rails s -p 3001
bundle exec rails s -p 3016

0 comments on commit c58890b

Please sign in to comment.