Add auto-refresh to UI

This commit is contained in:
Alex Ellis
2017-01-22 14:11:36 +00:00
parent cf2317696d
commit 79bc6a54ea
6 changed files with 27 additions and 19 deletions

View File

@ -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 .