Skip to content

Commit

Permalink
fix: Ensure entrypoint.sh is copied into correct dir (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi authored Sep 25, 2024
1 parent 9cc0fc1 commit d7f411a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telegraf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WORKDIR /opt/ookla
RUN wget -O - https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz | tar xz

# Set entrypoint
WORKDIR /opt/docker-telegraf
COPY entrypoint.sh .
RUN chmod +x entrypoint.sh
ENTRYPOINT ["/opt/docker-telegraf/entrypoint.sh"]
Expand Down

0 comments on commit d7f411a

Please sign in to comment.