Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
* remove bootstrap script
  • Loading branch information
kamikazechaser committed Nov 4, 2024
2 parents b650e44 + e5ea697 commit 7a64f29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /build

COPY . .
RUN go mod download
RUN go build -o eth-tracker-cache-bootstrap -ldflags="-X main.build=${BUILD} -s -w" cmd/bootstrap/main.go
RUN go build -o eth-tracker -ldflags="-X main.build=${BUILD} -s -w" cmd/service/*.go

FROM debian:bookworm-slim
Expand Down

0 comments on commit 7a64f29

Please sign in to comment.