Closed acaranta closed 5 months 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
omg ... that PR is a relic lol
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