Skip to content

Commit

Permalink
Fix path to binary in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed May 15, 2021
1 parent 356f5b8 commit 4c49a5d
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 @@ -10,5 +10,5 @@ RUN make build
FROM debian:buster

WORKDIR /sftp-exporter
COPY --from=builder /sftp-exporter/bin/sftp-exporter .
COPY --from=builder /sftp-exporter/out/sftp-exporter .
ENTRYPOINT ["./sftp-exporter"]

0 comments on commit 4c49a5d

Please sign in to comment.