coss.io
- Go go1.10.5
- Pull the source code
- Configure GOPATH
export GOPATH=$HOME/trading_bot:$GOPATH
cd src/cyan.io/trading_bot
go get ./
go build
bin/trading_bot
- Pull the source code
- Follow the instruction in Dockerfile
docker build -t bot .
docker run -it --rm -p 8080:8080 --name trading_bot bot