Skip to content

Commit baa4378

Browse files
committed
fix: make sheriff the entrypoint of the docker image
1 parent 2689667 commit baa4378

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ WORKDIR /app
2424
COPY --from=osv-scanner /osv-scanner /usr/local/bin/osv-scanner
2525
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2626
COPY --from=builder /app/build/sheriff /usr/local/bin/sheriff
27+
28+
ENTRYPOINT [ "sheriff" ]

0 commit comments

Comments
 (0)