We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abf5cb commit 6f98555Copy full SHA for 6f98555
Dockerfile
@@ -30,6 +30,6 @@ USER 65532
30
31
COPY --from=builder /app/2ms /app/2ms
32
33
-RUN git config --global --add safe.directory /repo
+RUN git config --global --add safe.directory /repo
34
35
ENTRYPOINT [ "/app/2ms" ]
0 commit comments