Merge pull request #546 from docker/fix_last_docker_api

Fix last references to /docker/api
This commit is contained in:
Guillaume Tardif 2020-08-25 16:56:47 +02:00 committed by GitHub
commit 50b2a2fa17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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