Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 125 Bytes

DOCKER.md

File metadata and controls

13 lines (9 loc) · 125 Bytes

Docker

Building:

docker build -t mudmaker .

Running:

docker run -p 8080:8080 mudmaker