Added ngrok support (#222)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 go build ./cmd/mc-router
|
||||
RUN CGO_ENABLED=0 go build -buildvcs=false ./cmd/mc-router
|
||||
|
||||
FROM scratch
|
||||
ENTRYPOINT ["/mc-router"]
|
||||
|
||||
Reference in New Issue
Block a user