Added ngrok support (#222)

This commit is contained in:
Geoff Bourne
2023-09-09 12:06:59 -05:00
committed by GitHub
parent 25601c65a6
commit afdca5646e
8 changed files with 247 additions and 108 deletions
+1 -1
View File
@@ -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"]