Skip to content

Commit

Permalink
Support control of Ingest Consumer Daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
mreyescdl committed Feb 8, 2024
1 parent 288fb84 commit 276e64f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrt-services/ingest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ WORKDIR /build/mrt-ingest

ADD mrt-ingest /build/mrt-ingest

RUN sed -i -e "s/\${ConsumerDaemon}/1/" ingest-war/src/main/webapp/WEB-INF/web.xml

RUN mvn -ntp install -Denforcer.skip=true -Dskip.surefire.tests -DskipITs -Ddocker.skip && \
date -r ingest-src/target +'mrt-ingest: %Y-%m-%d:%H:%M:%S' >> /build/static/build.content.txt && \
mvn clean
Expand Down

0 comments on commit 276e64f

Please sign in to comment.