1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02: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:
Cristian Livadaru 2024-02-07 02:48:14 +01:00 committed by GitHub
parent 6d0e5febe9
commit b20867d664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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