Skip to content

Commit

Permalink
[TMP] Run icinga-notifications --version during docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbrost committed Jul 25, 2024
1 parent d05af24 commit b7281ce
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 @@ -22,5 +22,7 @@ RUN addgroup -g 1000 $username
RUN adduser -u 1000 -H -D -G $username $username
USER $username

RUN /usr/sbin/icinga-notifications --version

EXPOSE 5680
CMD ["/usr/sbin/icinga-notifications"]

0 comments on commit b7281ce

Please sign in to comment.