hudbrog / gCodeViewer

a visual web based gcode analyzer
Other
419 stars 148 forks source link

Replaced Dockerfile with docker-compose using volumes #85

Open dsbaars opened 4 years ago

dsbaars commented 4 years ago

I love your gCodeViewer project, but I noticed your Dockerfile was quite simple and did not make use of volumes. In this pull request I replaced the Dockerfile with a docker-compose file which also makes development and testing changes more convenient, since you don't have to rebuild the docker image every time you make a change.