DEV Community

Discussion on: Microservices with go-kit. Part 1

Collapse
 
feruzoripov profile image
Feruz Oripov

When I run docker-compose up I get ERROR: Service 'test' failed to build: The command '/bin/sh -c go get -t -v ./...' returned a non-zero code: 2

What does it mean ?

Collapse
 
plutov profile image
Alex Pliutau

The Dockerfile has a mistake, I fixed it on the github, please check it from there.

Collapse
 
plutov profile image
Alex Pliutau