Skip to content

Commit

Permalink
fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Sep 27, 2022
1 parent 9c29ae4 commit e74189d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,7 +1,7 @@
FROM cgr.dev/chainguard/static:latest

COPY github-actions-exporter /bin/github-actions-exporter
COPY github-actions-exporter /github-actions-exporter

USER nobody
ENTRYPOINT ["/bin/github-actions-exporter"]
ENTRYPOINT ["/github-actions-exporter"]
EXPOSE 9101

0 comments on commit e74189d

Please sign in to comment.