change server listening address to global (#342)

listen to 0.0.0.0 instead of just local interface so it can work in Docker (and herby in devcontainers)
refs #340
Credits go to @robzolkos
This commit is contained in:
Cristian Livadaru
2024-02-07 02:48:14 +01:00
committed by GitHub
parent 6d0e5febe9
commit b20867d664

View File

@@ -1,2 +1,2 @@
web: bin/rails server
web: bin/rails server -b 0.0.0.0
css: bin/rails tailwindcss:watch