maurermj08 / efetch

Evidence Fetcher (efetch) is a web-based file explorer, viewer, and analyzer.
Apache License 2.0
37 stars 7 forks source link

Dockerfile #18

Closed atilaromero closed 6 years ago

atilaromero commented 6 years ago

Dockerfile for efetch, using alpine to minimize image size To run: docker build . -t efetch docker run -p 8080:8080 -v $(pwd):$(pwd) -w $(pwd) efetch efetch --address=0.0.0.0

Oh, there were 2 remote repositories, 'flask' and 'origin/flask', I used the second since it was newer, but I suspect the name was a typo.

maurermj08 commented 6 years ago

Tested the dockerfile and it worked great! Thanks for the commit.