mirror of
https://github.com/wahyd4/docker-pinpoint.git
synced 2026-08-09 04:46:24 +10:00
Fix collector build
This commit is contained in:
@@ -9,6 +9,7 @@ ENV PINPOINT_VERSION 1.5.0
|
||||
ADD start.sh /usr/local/tomcat/start.sh
|
||||
|
||||
RUN chmod a+x /usr/local/tomcat/start.sh \
|
||||
&& mkdir -p /assets/ \
|
||||
&& curl -SL https://github.com/naver/pinpoint/blob/$PINPOINT_VERSION/collector/src/main/resources/pinpoint-collector.properties -o /assets/pinpoint-web.properties \
|
||||
&& curl -SL https://github.com/naver/pinpoint/blob/$PINPOINT_VERSION/collector/src/main/resources/hbase.properties -o /assets/hbase.properties \
|
||||
&& curl -SL https://github.com/naver/pinpoint/releases/download/$PINPOINT_VERSION/pinpoint-collector-$PINPOINT_VERSION.war -o pinpoint-collector.war \
|
||||
|
||||
Reference in New Issue
Block a user