Skip to content

Commit

Permalink
🍱 add Arthas
Browse files Browse the repository at this point in the history
  • Loading branch information
Liloupar committed Nov 25, 2019
1 parent e7eb08c commit 247ddfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \

EXPOSE 9000

COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
COPY --from=build-env /app/build/libs/reader-0.0.1-SNAPSHOT.jar /app/bin/qingmo.jar
CMD ["java", "-jar", "/app/bin/qingmo.jar" ]

0 comments on commit 247ddfb

Please sign in to comment.