csvalpha / amber-api

https://csvalpha.nl
MIT License
4 stars 4 forks source link

fix: request logging in Docker container #276

Closed guidojw closed 2 years ago

guidojw commented 2 years ago

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.