Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs authored Aug 14, 2024
1 parent 3c6d378 commit 9528be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY go.* ./
RUN go mod download
COPY . ./
RUN go mod tidy
RUN go build -v -o spp
RUN go build -v -o pingtunnel

FROM debian
COPY --from=build-env /app/pingtunnel .
Expand Down

0 comments on commit 9528be7

Please sign in to comment.