elear / mud

Manufacturer Usage Descriptions
Other
9 stars 8 forks source link

Dockerfile for MUDMaker #13

Closed lstn closed 5 years ago

lstn commented 5 years ago

Added a dockerfile to streamline the development workflow for MUD Maker.

Building:

docker build -t mudmaker .

Running:

docker run -p 8080:8080 mudmaker