Skip to content

Commit

Permalink
dockerfile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Nov 4, 2024
1 parent d4f2a2b commit 1d15803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/telegraf/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN ARCH= \
EXPOSE 8092/udp 8094 8125/udp

COPY entrypoint.sh /entrypoint.sh
COPY ./etc /etc/telegraf
COPY ./etc /etc/telegraf

ENTRYPOINT ["/entrypoint.sh"]
CMD ["telegraf"]

0 comments on commit 1d15803

Please sign in to comment.