Skip to content

Commit 4ceef8d

Browse files
authored
Use PORT ENV VAR instead of hardcoding it (#1058)
1 parent 99242b1 commit 4ceef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
web: ./bin/rails server -p 3000 -b 0.0.0.0
1+
web: ./bin/rails server -b 0.0.0.0
22
js: yarn build:js --watch
33
css: yarn build:css --watch

0 commit comments

Comments
 (0)