Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 256 Bytes

Mateplay

Main repo is now https://github.com/c-base/mateplay

How to run the web interface using Docker

First, build the image:

docker build -t mateplay .

After build the image you can run it like so:

docker run -p 8080:8080 mateplay