mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update references remove refs to treeder oracle funcy (#376)
* Remove lots of refs to iron and funcy oracle etc.. * more ref replacements * Replacing more refs. Treeder * Use Fn not FN
This commit is contained in:
committed by
Travis Reeder
parent
5219227393
commit
c7f3066c75
@@ -5,9 +5,9 @@ build:
|
||||
go build
|
||||
|
||||
docker-build:
|
||||
docker pull funcy/go:dev
|
||||
docker pull fnproject/go:dev
|
||||
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 fnproject/go:dev go build -o fnlb-alpine
|
||||
docker build --build-arg HTTP_PROXY -t fnproject/fnlb:latest .
|
||||
|
||||
all: build
|
||||
|
||||
Reference in New Issue
Block a user