Morendil / simreprap

emulates en entire reprap 3D printer running a Marlin firmware binary, renders it in opengl
0 stars 0 forks source link

Reworked Dockerfile to optimize workflow #6

Closed jonathanperret closed 9 years ago

jonathanperret commented 9 years ago

Note that this includes the change proposed in https://github.com/Morendil/simreprap/pull/5 as well.

This Dockerfile only runs socat and simreprap in the container, and lets one edit and manage code on the host (hence the removal of git from the dependency list) through a shared folder, Vagrant-style.

jonathanperret commented 9 years ago

Enjoy :)