Skip to content

Commit

Permalink
fix: Generate files for lido-exporter build
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 authored Sep 25, 2024
1 parent 0c82c08 commit 464352d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/lido-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ RUN go mod download
# Copy the source from the current directory to the Working Directory inside the container
COPY . .

# Install dependencies
RUN make install-deps

# Generate Go files
RUN make generate

# Build the Go app
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o lido-exporter ./cmd/lido-exporter

Expand Down

0 comments on commit 464352d

Please sign in to comment.