瀏覽代碼

移动到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…
取消
儲存