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 d303252 commit 00d09c2
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 cd cmd && go build -v -o pingtunnel
RUN cd cmd && go build -v -o pingtunnel && mv pingtunnel ../

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

0 comments on commit 00d09c2

Please sign in to comment.