I noticed the start server command in the Dockerfile doesn't log incoming requests (which is handy for feedback during development). This PR overwrites that command in docker-compose.development.yml to the command also used without Docker to make it log requests again.
Summary
I noticed the start server command in the Dockerfile doesn't log incoming requests (which is handy for feedback during development). This PR overwrites that command in
docker-compose.development.yml
to the command also used without Docker to make it log requests again.