golang-docker-example
golang-docker-example copied to clipboard
Incorrect Path in README for Docker files
curl -o Dockerfile https://raw.githubusercontent.com/buildkite/golang-golang-example/master/Dockerfile
curl -o docker-compose.yml https://raw.githubusercontent.com/buildkite/golang-golang-example/master/docker-compose.yml
The curl leads to a 404. I think the issue is because the repo specefied is golang-golang-example
not golang-docker
-example.