Skip to content

Commit af0ff8e

Browse files
committed
Add license to Dockerfile.
Add the LICENSE and NOTICE files to the Docker image. Signed-off-by: SuperQ <[email protected]>
1 parent 7402bbc commit af0ff8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ARG ARCH="amd64"
77
ARG OS="linux"
88
COPY .build/${OS}-${ARCH}/snmp_exporter /bin/snmp_exporter
99
COPY snmp.yml /etc/snmp_exporter/snmp.yml
10+
COPY LICENSE /LICENSE
11+
COPY NOTICE /NOTICE
12+
1013

1114
EXPOSE 9116
1215
ENTRYPOINT [ "/bin/snmp_exporter" ]

0 commit comments

Comments
 (0)