We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b105031 commit 02b2477Copy full SHA for 02b2477
lib/install/Procfile.dev
@@ -1,2 +1,2 @@
1
-web: unset PORT && bin/rails server
+web: bin/rails server
2
js: yarn build --watch
lib/install/dev
@@ -5,4 +5,5 @@ if ! gem list foreman -i --silent; then
5
gem install foreman
6
fi
7
8
+export PORT=3000
9
exec foreman start -f Procfile.dev "$@"
0 commit comments