Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Jul 26, 2023
1 parent 55660a4 commit 83aecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN apk --no-cache add ca-certificates git && \
WORKDIR /root/
COPY --from=builder /src/osv-scanner .

ENTRYPOINT ["./osv-scanner"]
ENTRYPOINT ["/root/osv-scanner"]

0 comments on commit 83aecd9

Please sign in to comment.