mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
@ -5,7 +5,7 @@ services:
|
|||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: functions/gateway:arm64-0.6.6-beta2
|
image: functions/gateway:0.6.9-arm64
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM alexellis2/golang:1.9-arm64 as build
|
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
|
ENV GOPATH=/go
|
||||||
|
|
||||||
COPY vendor vendor
|
COPY vendor vendor
|
||||||
@ -23,7 +23,7 @@ EXPOSE 8080
|
|||||||
ENV http_proxy ""
|
ENV http_proxy ""
|
||||||
ENV https_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
|
COPY assets assets
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user