cyberdefenders / email-header-analyzer

E-Mail Header Analyzer
https://mailheaderanalyzer.herokuapp.com/
Other
638 stars 158 forks source link

Add Dockerfile and command-line arguments #3

Closed Xiol closed 6 years ago

Xiol commented 6 years ago

Hi,

This adds a Dockerfile for building an image based on Alpine Linux.

It also adds optional command line arguments for setting the bind address and port, and also whether or not to enable debugging. Note that these changes disable debugging by default.

lnxg33k commented 6 years ago

Thanks @Xiol for the pull-request, merged into the master branch.