port param

This commit is contained in:
Joerg Reichert 2023-04-02 00:08:29 +02:00
parent 47c3dd355c
commit 22ace44a71

View file

@ -1 +1 @@
web: bundle exec rails server -b 0.0.0.0
web: bundle exec rails server -b 0.0.0.0 -p ${PORT:-3000}