1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 23:59:40 +02:00
Maybe/Procfile.dev
Cristian Livadaru b20867d664
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
2024-02-06 19:48:14 -06:00

2 lines
66 B
Text

web: bin/rails server -b 0.0.0.0
css: bin/rails tailwindcss:watch