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

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

0 comments on commit 6e69427

Please sign in to comment.