mirror of
https://github.com/wahyd4/docker-pinpoint.git
synced 2026-08-09 12:55:59 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93541b3b52 |
@@ -17,6 +17,7 @@ RUN apk add --update curl bash \
|
||||
&& gunzip pinpoint-agent-$PINPOINT_VERSION.tar.gz \
|
||||
&& tar -xf pinpoint-agent-$PINPOINT_VERSION.tar -C /opt/app \
|
||||
&& sed -i 's/DEBUG/INFO/' /opt/app/pinpoint-agent/lib/log4j.xml \
|
||||
&& sed -i 's/<appender-ref ref="console".*//' /opt/app/pinpoint-agent/lib/log4j.xml \
|
||||
&& rm pinpoint-agent-$PINPOINT_VERSION.tar \
|
||||
&& apk del curl \
|
||||
&& rm /var/cache/apk/*
|
||||
|
||||
Reference in New Issue
Block a user