remove gin use net/http
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
FROM golang:alpine AS build
|
||||
|
||||
WORKDIR /go/src/github.com/yumc.pw/cloud
|
||||
RUN apk add --no-cache git
|
||||
RUN go get github.com/gin-gonic/gin
|
||||
ADD main.go .
|
||||
RUN go build
|
||||
|
||||
|
Reference in New Issue
Block a user