Hi@akhtar,
Before trying with a docker container, I suggest you to try manually first using the below command and see if anything is logged on stdout.
$ gunicorn --config config.py app:app --access-logfile '-'
If it works then try with docker container.