Skip to content

Commit

Permalink
have rails start on port 3000 (foreman uses 5000 by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyvuu-dave committed Jun 19, 2016
1 parent fb220ee commit 208841c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: rails s
web: rails s -p 3000
client: sh -c 'rm app/assets/webpack/* || true && cd client && npm run build:development'

0 comments on commit 208841c

Please sign in to comment.