Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 128 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 128 Bytes

Building:

docker build -t go-bookie-api:latest .

Running:

docker run -d -p 8020:3000 --name web go-bookie-api:latest