mirror of
https://github.com/docker/compose.git
synced 2025-07-22 13:14:29 +02:00
Fix last references to /docker/api
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
ad5c465bd1
commit
4879e88b04
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM golang:1.14.4-alpine AS builder
|
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 . .
|
COPY . .
|
||||||
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /go/bin/secrets main/main.go
|
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /go/bin/secrets main/main.go
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user