mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
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
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
web: bin/rails server -b 0.0.0.0
|
|
css: bin/rails tailwindcss:watch
|