Skip to content

Commit

Permalink
fix(Dockerfile): Add default template.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwo authored Mar 5, 2019
1 parent 0e825d0 commit d506a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM quay.io/prometheus/busybox:latest
LABEL maintainer="Maxime Wojtczak <maxime.wojtczak@zenika.com>"

COPY snmp_notifier /bin/snmp_notifier
COPY description-template.tpl /bin/description-template.tpl

EXPOSE 9464
ENTRYPOINT [ "/bin/snmp_notifier" ]

0 comments on commit d506a9a

Please sign in to comment.