aviaviavi / toodles

Project management directly from the TODOs in your codebase
MIT License
970 stars 35 forks source link

add Dockerfile #29

Closed fbartels closed 6 years ago

fbartels commented 6 years ago

adds a basic Dockerfile that builds and executes toodles. Build the image with docker build -t toodles . Run the image with docker run -it -v $(pwd):/repo -p 9001:9001 toodles

fixes #11