Skip to content

Commit 1e6e4c9

Browse files
Instead of forcing a port in Procfile, unset Foremans's PORT (#89)
Foreman sets the PORT environment variable to 5000 by default See rails/jsbundling-rails#111
1 parent def749d commit 1e6e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/Procfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: bin/rails server -p 3000
1+
web: unset PORT && bin/rails server
22
css: yarn build:css --watch

0 commit comments

Comments
 (0)