I work with visual studio code and Docker. I am using VSC to changing my codebase inside in Docker container. Unfortunately I saved not compiling file in my Docker container and I can not start it.
I can not open terminal in my container: docker exec -it myContainer bash because I need a running container to do this.
Does anyone know how to change files in not running container?