We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20617b5 commit 38e46a7Copy full SHA for 38e46a7
Dockerfile
@@ -1,9 +1,7 @@
1
-FROM golang:1.11-alpine as build
2
-WORKDIR $GOPATH/src/github.com/danielgtaylor/apisprout
+FROM golang:1.12-alpine as build
+WORKDIR /apisprout
3
COPY . .
4
RUN apk add --no-cache git && \
5
- go get -u github.com/golang/dep/cmd/dep && \
6
- dep ensure && \
7
go get github.com/ahmetb/govvv && \
8
govvv install
9
0 commit comments