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 19329be commit b08a269Copy full SHA for b08a269
Dockerfile
@@ -64,5 +64,9 @@ RUN mkdir /workspace
64
ENV CRATER_WORK_DIR=/workspace
65
ENV CRATER_INSIDE_DOCKER=1
66
67
+RUN mkdir /crater
68
+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"]
0 commit comments