Skip to content

Commit

Permalink
fix: tini location for docker (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian authored Mar 19, 2024
1 parent a92f2b0 commit cab75e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN \
bash \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["/tini", "--", "e2e-test"]
ENTRYPOINT ["/usr/bin/tini", "--", "e2e-test"]

0 comments on commit cab75e7

Please sign in to comment.