add webrick

This commit is contained in:
Joerg Reichert 2023-04-01 23:04:08 +02:00
parent fafc6518d3
commit 563c1eff8c
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1 @@
web: bundle exec rails server -p 3000
web: bundle exec rails server -b 0.0.0.0 -p 3000