Open bkestelman opened 5 years ago
Goal: ability to test new code on a running container
Currently can write and test code inside container, but need a way to export the modified code.
Test: mount the source code (rather than COPY) and make set it as the web root. This should make it possible to edit the code and test just by refreshing the page (no need to stop and start a new container).
Goal: ability to test new code on a running container
Currently can write and test code inside container, but need a way to export the modified code.