Skip to content

Commit

Permalink
Merge pull request #8 from SODALITE-EU/fix-dockerfile
Browse files Browse the repository at this point in the history
exposed monitoring id port
  • Loading branch information
KalmanMeth authored Nov 7, 2021
2 parents ca7b772 + 53ed3ac commit ec60dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prom_sky_con/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ RUN apt-get -y update \
COPY --from=build /go/bin/prom_sky_con /usr/bin/prom_sky_con
COPY --from=build /go/src/github.com/SODALITE-EU/skydive-flow-exporter/prom_sky_con/prom_sky_con.yml.default /etc/prom_sky_con.yml
EXPOSE 9100
EXPOSE 8089
ENTRYPOINT ["/usr/bin/prom_sky_con", "/etc/prom_sky_con.yml"]

0 comments on commit ec60dc5

Please sign in to comment.