Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 207 Bytes

readme.md

File metadata and controls

5 lines (5 loc) · 207 Bytes

To build docker image:
docker build -t volley-polley .
To start:
Put private.key and .env files to directory and run
docker run --rm -it -v "$(pwd)":/go/src/app volley-polley