Skip to content

Commit

Permalink
fix: jobs file not found when using tini
Browse files Browse the repository at this point in the history
Signed-off-by: clavinjune <24659468+clavinjune@users.noreply.github.com>
  • Loading branch information
clavinjune authored and mgumz committed Jan 8, 2025
1 parent d26b9e6 commit 6e852a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ RUN apk add -U --no-cache mtr tini && apk del apk-tools libc-utils
COPY --from=build-env /src/mtr-exporter/bin/* /usr/bin/mtr-exporter

EXPOSE 8080
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["/usr/bin/mtr-exporter"]
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/mtr-exporter"]

0 comments on commit 6e852a7

Please sign in to comment.