We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6d378 commit 9528be7Copy full SHA for 9528be7
Dockerfile
@@ -6,7 +6,7 @@ COPY go.* ./
6
RUN go mod download
7
COPY . ./
8
RUN go mod tidy
9
-RUN go build -v -o spp
+RUN go build -v -o pingtunnel
10
11
FROM debian
12
COPY --from=build-env /app/pingtunnel .
0 commit comments