updates dockerfile to work with latest golang, adds .dockerignore, fixes CI (#4)
* adds support for https://github.com/golang/go/issues/32479 * updated dockerfile to work with latest golang, added .dockerignore
This commit is contained in:
@@ -15,5 +15,5 @@ COPY . /go/src/pastebin
|
||||
|
||||
RUN go get -v -d
|
||||
RUN go get github.com/GeertJohan/go.rice/rice
|
||||
RUN rice embed-go
|
||||
RUN GOROOT=/go rice embed-go
|
||||
RUN go install -v
|
||||
|
Reference in New Issue
Block a user