[#noissue] update configs and typo

This commit is contained in:
Roy Kim
2020-09-10 22:14:21 +09:00
committed by Roy Kim
parent e15c6d3d48
commit 1e1c4f2fd1
7 changed files with 22 additions and 24 deletions

View File

@@ -13,7 +13,8 @@ COPY /build/scripts/start-web.sh /pinpoint/scripts/
#temporary line for local test
#COPY /pinpoint-web-boot-2.1.0-SNAPSHOT.jar /pinpoint/pinpoint-web-boot.jar
RUN chmod a+x /pinpoint/scripts/start-web.sh \
RUN apk --no-cache add curl \
&& chmod a+x /pinpoint/scripts/start-web.sh \
&& chmod a+x /pinpoint/config/pinpoint-web.properties \
&& curl -SL ${INSTALL_URL} -o /pinpoint/pinpoint-web-boot.jar