Skip to content

Commit

Permalink
Merge pull request #467 from shakacode/feature/change-foreman-port-to…
Browse files Browse the repository at this point in the history
…-3000

Foreman - changed default port to 3000 from 5000
  • Loading branch information
justin808 authored Jul 7, 2016
2 parents aa8ee9b + b9939d0 commit 87d2fc3
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 87d2fc3

Please sign in to comment.