Skip to content

Commit 98e8165

Browse files
Instead of forcing a port in Procfile, unset Foremans's PORT (#111)
Foreman sets the PORT environment variable to 5000 by default
1 parent 0f05e69 commit 98e8165

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
js: yarn build --watch

0 commit comments

Comments
 (0)