소스 검색

Merge pull request #546 from docker/fix_last_docker_api

Fix last references to /docker/api
Guillaume Tardif 5 년 전
부모
커밋
50b2a2fa17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ecs/secrets/Dockerfile

+ 1 - 1
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