We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08a269 commit ce095d9Copy full SHA for ce095d9
Dockerfile
@@ -69,4 +69,4 @@ COPY config.toml /crater/config.toml
69
WORKDIR /crater
70
71
COPY --from=build /source/target/release/crater /usr/local/bin/
72
-ENTRYPOINT ["tini", "crater"]
+ENTRYPOINT ["tini", "--", "crater"]
0 commit comments