Skip to content

Commit

Permalink
Use make in Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Nov 7, 2023
1 parent 5d9768a commit 0f7853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download

COPY . .

RUN go test && go build -o alerts_exporter
RUN make all

FROM debian:bookworm-slim

Expand Down

0 comments on commit 0f7853e

Please sign in to comment.