Skip to content

Commit 9528be7

Browse files
authored
Update Dockerfile
1 parent 3c6d378 commit 9528be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY go.* ./
66
RUN go mod download
77
COPY . ./
88
RUN go mod tidy
9-
RUN go build -v -o spp
9+
RUN go build -v -o pingtunnel
1010

1111
FROM debian
1212
COPY --from=build-env /app/pingtunnel .

0 commit comments

Comments
 (0)