Skip to content

Commit ff3816c

Browse files
committed
Fix Dockerfile.
Signed-off-by: SuperQ <superq@gmail.com>
1 parent 29a349b commit ff3816c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="Ben Kochie <superq@gmail.com>"
55

66
ARG ARCH="amd64"
77
ARG OS="linux"
8-
COPY .build/${OS}-${ARCH}/pgbouncer_exporter /bin/chrony_exporter
8+
COPY .build/${OS}-${ARCH}/chrony_exporter /bin/chrony_exporter
99
COPY LICENSE /LICENSE
1010

1111
USER nobody

0 commit comments

Comments
 (0)