소스 검색

移动到Sentinel根目录

master
wangjx 3 년 전
부모
커밋
1c88b7f861
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -1,7 +1,7 @@
FROM java:8
MAINTAINER king <1609724385@qq.com>
VOLUME /tmp
COPY target/sentinel_dashboard.jar sentinel_dashboard.jar
COPY sentinel-dashboard/target/sentinel-dashboard.jar sentinel_dashboard.jar
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
ENV TimeZone=Asia/Shanghai
ENV active=dev


Loading…
취소
저장