mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
Add auto-refresh to UI
This commit is contained in:
@ -10,9 +10,10 @@ RUN go get -d github.com/docker/docker/api/types \
|
||||
|
||||
WORKDIR /go/src/github.com/alexellis/faas/gateway
|
||||
|
||||
COPY metrics metrics
|
||||
COPY requests requests
|
||||
COPY server.go .
|
||||
COPY proxy.go .
|
||||
COPY metrics metrics
|
||||
COPY requests requests
|
||||
COPY tests tests
|
||||
COPY server.go .
|
||||
COPY proxy.go .
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
|
||||
|
Reference in New Issue
Block a user