Skip to content

Commit

Permalink
fix: add EXPOSE instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
weisdd committed May 13, 2022
1 parent a064486 commit e96d381
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 e96d381

Please sign in to comment.