Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 160 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 160 Bytes

Server API

Docker Build

docker build -t server-api-<version> .

Docker Run

docker run -d -p 80:5000 server-api-<version>