Skip to content

Commit

Permalink
Merge pull request #69 from weisdd/fix/expose-ports
Browse files Browse the repository at this point in the history
fix: add EXPOSE instructions
  • Loading branch information
arminc committed May 13, 2022
2 parents a064486 + e96d381 commit aaf58c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clair/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ COPY config.yaml /config/config.yaml
COPY gitconfig /etc/gitconfig

# Copied from the original image
EXPOSE 6060 6061
ENTRYPOINT [ "/clair" ]
CMD ["-config=/config/config.yaml"]

0 comments on commit aaf58c8

Please sign in to comment.