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 5ff18e2 commit a8eadb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN go mod download
COPY . ./
RUN ls -a
RUN go mod tidy
RUN cd cmd
RUN ls -a
RUN go build -v -o pingtunnel

FROM debian
Expand Down

0 comments on commit a8eadb1

Please sign in to comment.