Redis – Debugging tailwindcss:watch in Procfile.dev in Docker
I am trying to build a development compose.yaml to mimic what I hope to be my production deployment. Currently it looks like the following using bin/dev. services: web: build: context: ./ dockerfile: Dockerfile.dev command: bash -c "rm -f tmp/pids/server.pid &&…