A bind mount will allow you to map a directory from your local filesystem to the container. This way, when you make changes to the code locally, they will immediately reflect in the container.
A bind mount will allow you to map a directory from your local filesystem to the container. This way, when you make changes to the code locally, they will immediately reflect in the container.