We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be5ee1 commit b85467eCopy full SHA for b85467e
Dockerfile.goreleaser
@@ -1,7 +1,7 @@
1
FROM alpine:3.15
2
3
RUN apk add --no-cache git
4
-WORKDIR /usr/bin/trufflehog
+WORKDIR /usr/bin/
5
COPY trufflehog .
6
7
ENTRYPOINT ["/usr/bin/trufflehog"]
0 commit comments