Skip to content

Commit

Permalink
NMS-16149: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Nov 9, 2023
1 parent fc3a1c6 commit 62aa978
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opennms-container/sentinel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ RUN setcap cap_net_raw+ep ${JAVA_HOME}/bin/java && \
# Install confd.io configuration files and scripts and ensure they are executable
COPY ./container-fs/confd/ /opt/sentinel/confd/
RUN chmod +x /opt/sentinel/confd/scripts/*
COPY ./sentinel-config-schema.yml /opt/sentinel/confd/
RUN touch /opt/sentinel/sentinel-config.yaml

VOLUME [ "/usr/share/sentinel/deploy", "/usr/share/sentinel/etc", "/usr/share/sentinel/data" ]

Expand Down

0 comments on commit 62aa978

Please sign in to comment.