How can I see the logs with docker logs -f command. I am currently able to see it with docker exec -it bash -c 'tail -f ./cccc/transform.log'
How can I see the logs with docker logs -f command. I am currently able to see it with docker exec -it bash -c 'tail -f ./cccc/transform.log'