nytlabs / streamtools

tools for working with streams of data
http://nytlabs.github.io/streamtools/
Apache License 2.0
1.31k stars 111 forks source link

'Correct' Dockerfile #575

Closed acaranta closed 5 months ago

acaranta commented 9 years ago

Hi !

I allowed myself to modify the available Dockerfile in order for it to build & run ;)

Hope it can help

build : docker build -t streamtools . run (foreground for testing) : docker run --rm -ti -p 7070:7070 streamtools run (daemonized) : docker run -p 7070:7070 streamtools

acaranta commented 5 months ago

omg ... that PR is a relic lol