mirror of
https://github.com/tale/headplane.git
synced 2026-08-11 06:16:52 +00:00
fix: patch tailscale to support a custom DERP port
This commit is contained in:
@@ -2,6 +2,7 @@ FROM --platform=$BUILDPLATFORM golang:1.25.1 AS go-base
|
||||
WORKDIR /run
|
||||
|
||||
COPY go.mod go.sum build.sh ./
|
||||
COPY patches/ ./patches/
|
||||
RUN go mod download
|
||||
|
||||
COPY cmd/ ./cmd/
|
||||
|
||||
Reference in New Issue
Block a user