bkestelman / graph-theory

Draw graphs n stuff
1 stars 0 forks source link

Find way to test new code on running container #15

Open bkestelman opened 5 years ago

bkestelman commented 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.

bkestelman commented 5 years ago

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).