refactor: improve encapsulation
This commit is contained in:
@@ -16,7 +16,7 @@ COPY . .
|
||||
|
||||
RUN --mount=type=cache,target=/go/pkg/mod \
|
||||
--mount=type=cache,target=/root/.cache/go-build \
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
|
||||
CGO_ENABLED=0 GOOS=linux \
|
||||
go build -trimpath \
|
||||
-ldflags="-w -s" \
|
||||
-o /app/tunnel_pls \
|
||||
|
||||
Reference in New Issue
Block a user