We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cff459 + 737f149 commit c5bc2d1Copy full SHA for c5bc2d1
Readme.md
@@ -13,8 +13,8 @@ using Buildkite.
13
14
```sh
15
cd /your/golang/repo
16
- curl -o Dockerfile https://raw.githubusercontent.com/buildkite/golang-golang-example/master/Dockerfile
17
- curl -o docker-compose.yml https://raw.githubusercontent.com/buildkite/golang-golang-example/master/docker-compose.yml
+ curl -o Dockerfile https://raw.githubusercontent.com/buildkite/golang-docker-example/master/Dockerfile
+ curl -o docker-compose.yml https://raw.githubusercontent.com/buildkite/golang-docker-example/master/docker-compose.yml
18
```
19
20
3. Replace `/go/src/github.com/buildkite/golang-docker-example` in the `Dockerfile` and
0 commit comments