mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
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:
committed by
GitHub
parent
6d0e5febe9
commit
b20867d664
@@ -1,2 +1,2 @@
|
||||
web: bin/rails server
|
||||
web: bin/rails server -b 0.0.0.0
|
||||
css: bin/rails tailwindcss:watch
|
||||
|
||||
Reference in New Issue
Block a user