Skip to content

Commit ce095d9

Browse files
committed
docker: fix tini invocation
1 parent b08a269 commit ce095d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ COPY config.toml /crater/config.toml
6969
WORKDIR /crater
7070

7171
COPY --from=build /source/target/release/crater /usr/local/bin/
72-
ENTRYPOINT ["tini", "crater"]
72+
ENTRYPOINT ["tini", "--", "crater"]

0 commit comments

Comments
 (0)