Browse Source

移动到Sentinel根目录

master
wangjx 3 years ago
parent
commit
1c88b7f861
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,7 +1,7 @@
FROM java:8 FROM java:8
MAINTAINER king <1609724385@qq.com> MAINTAINER king <1609724385@qq.com>
VOLUME /tmp 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 COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
ENV TimeZone=Asia/Shanghai ENV TimeZone=Asia/Shanghai
ENV active=dev ENV active=dev


Loading…
Cancel
Save