mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix fnlb image name
This commit is contained in:
@@ -8,6 +8,6 @@ docker-build:
|
|||||||
docker pull funcy/go:dev
|
docker pull funcy/go:dev
|
||||||
docker run --rm -v ${GOPATH}/src/github.com/fnproject/fn:/go/src/github.com/fnproject/fn \
|
docker run --rm -v ${GOPATH}/src/github.com/fnproject/fn:/go/src/github.com/fnproject/fn \
|
||||||
-w /go/src/github.com/fnproject/fn/fnlb funcy/go:dev go build -o fnlb-alpine
|
-w /go/src/github.com/fnproject/fn/fnlb funcy/go:dev go build -o fnlb-alpine
|
||||||
docker build --build-arg HTTP_PROXY -t funcy/fnlb:latest .
|
docker build --build-arg HTTP_PROXY -t fnproject/fnlb:latest .
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|||||||
Reference in New Issue
Block a user