first commit

This commit is contained in:
2020-08-14 10:21:12 +08:00
parent 5c00a2534b
commit 4ac29d32e0
8 changed files with 41 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ ENV GOPATH=/go
RUN go get "github.com/gorilla/mux"
RUN go get "gopkg.in/mgo.v2"
RUN go get "github.com/gorilla/handlers"
RUN CGO_ENABLED=0 GOOS=linux go build -o /nbaservice ./nbaservice