Skip to content
Snippets Groups Projects
Commit 273b70dc authored by Will McCutchen's avatar Will McCutchen
Browse files

Faster docker build

parent 10626018
No related branches found
No related tags found
No related merge requests found
FROM golang:1.9 FROM golang:1.9
RUN go get -u github.com/jteeuwen/go-bindata/...
WORKDIR /go/src/github.com/mccutchen/go-httpbin WORKDIR /go/src/github.com/mccutchen/go-httpbin
COPY . . COPY . .
RUN make deps
RUN make RUN make
FROM gcr.io/distroless/base FROM gcr.io/distroless/base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment