DEV Community

Discussion on: Symfony 5 development with Docker

Collapse
 
bkrnetic profile image
bkrnetic

Great article!

Would be great if I was able to enter container bash by running

docker-compose exec nginx bash
Enter fullscreen mode Exit fullscreen mode

Is it possible to update Dockerfile to enable that?

Collapse
 
nawaaugustine profile image
Nawa Augustine

You can try

docker exec -it nginx sh