Skip to content

Commit

Permalink
feat: 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron committed Feb 14, 2025
1 parent a9ae5b5 commit 50dcb80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mashup-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ENV TZ=Asia/Seoul
ENV JAVA_OPTS="-Djava.awt.headless=true"
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN mkdir -p /logs

apk add --no-cache freetype ttf-dejavu fontconfig libfreetype6
#COPY scouter /scouter
#ARG SCOUTER_OBJECT_NAME
#ARG SCOUTER_HOST
Expand Down

0 comments on commit 50dcb80

Please sign in to comment.