diff --git a/ecs/secrets/Dockerfile b/ecs/secrets/Dockerfile index 5490ffc41..48d1203dc 100644 --- a/ecs/secrets/Dockerfile +++ b/ecs/secrets/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. FROM golang:1.14.4-alpine AS builder -WORKDIR $GOPATH/src/github.com/docker/api/ecs/secrets +WORKDIR $GOPATH/src/github.com/docker/compose-cli/ecs/secrets COPY . . RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /go/bin/secrets main/main.go