Skip to content

Commit 87d2fc3

Browse files
authored
Merge pull request #467 from shakacode/feature/change-foreman-port-to-3000
Foreman - changed default port to 3000 from 5000
2 parents aa8ee9b + b9939d0 commit 87d2fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: rails s
1+
web: rails s -p 3000
22
client: sh -c 'rm app/assets/webpack/* || true && cd client && npm run build:development'

0 commit comments

Comments
 (0)