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 bd10560 commit 3c6d378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ WORKDIR /app
COPY go.* ./
RUN go mod download
COPY . ./
RUN go build -v -o pingtunnel
RUN go mod tidy
RUN go build -v -o spp

FROM debian
COPY --from=build-env /app/pingtunnel .
COPY GeoLite2-Country.mmdb .
RUN chmod +x pingtunnel
WORKDIR ./

0 comments on commit 3c6d378

Please sign in to comment.