Skip to content

Commit

Permalink
[ci] fix docs dockerfile location (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert authored Apr 23, 2019
1 parent 545f460 commit d889d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/docs-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
docs:
build:
context: ./
dockerfile: ../scripts/docs.Dockerfile
dockerfile: ../docs/Dockerfile
volumes:
- ../:/go/src/github.com/m3db/m3
- $SSH_AUTH_SOCK:/ssh-agent
Expand Down

0 comments on commit d889d3e

Please sign in to comment.