Files
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

3 lines
66 B
Plaintext

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