mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 00:03:24 +00:00
@ -1,5 +1,5 @@
|
||||
FROM alexellis2/golang:1.9-arm64 as build
|
||||
WORKDIR /go/src/github.com/alexellis/faas/gateway
|
||||
WORKDIR /go/src/github.com/openfaas/faas/gateway
|
||||
ENV GOPATH=/go
|
||||
|
||||
COPY vendor vendor
|
||||
@ -23,7 +23,7 @@ EXPOSE 8080
|
||||
ENV http_proxy ""
|
||||
ENV https_proxy ""
|
||||
|
||||
COPY --from=build /go/src/github.com/alexellis/faas/gateway/gateway .
|
||||
COPY --from=build /go/src/github.com/openfaas/faas/gateway/gateway .
|
||||
|
||||
COPY assets assets
|
||||
|
||||
|
Reference in New Issue
Block a user