Skip to content

Commit

Permalink
fix: Ensure entrypoint.sh is copied into correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Sep 25, 2024
1 parent 013e076 commit 6135078
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 6135078

Please sign in to comment.