Skip to content

Commit

Permalink
feat: add Dockerfile EXPOSE statement
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Feb 25, 2021
1 parent 70fbc4e commit 6109abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ FROM --platform=${OS}/${ARCH} alpine:3.13

COPY --from=build /go/src/enix.io/x509-certificate-exporter/x509-certificate-exporter /x509-certificate-exporter

EXPOSE 9793/tcp

ENTRYPOINT [ "/x509-certificate-exporter" ]

#ARG VCS_REF
Expand Down

0 comments on commit 6109abe

Please sign in to comment.