Skip to content

Commit

Permalink
Update Dockerfile to point to new binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bswinnerton committed Nov 2, 2019
1 parent a2a4a3f commit 62c2482
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 @@ -7,7 +7,7 @@ COPY . /build
WORKDIR /build

RUN go mod download
RUN go build -ldflags "${LDFLAGS}" -o flow-exporter flow-exporter.go
RUN go build -ldflags "${LDFLAGS}" -o flow-exporter cmd/flow-exporter/main.go

FROM alpine:latest
ARG src_dir
Expand Down

0 comments on commit 62c2482

Please sign in to comment.