仪表盘
版本库
文件存储
活动
搜索
登录
张磊磊
/
supipe
分支自
supipe
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
web苏州:1.3级导航样式修改 2.区域巡检提测 3.消耗统计提测
unknown
2023-11-14
9c331d555ce7e82b4226556770a81c444442bb37
[~zhangleilei/supipe.git]
/
hd
/
pipe
/
UserCore
/
Dockerfile
1
2
3
4
5
6
FROM rockylinux:8-minimal
LABEL authors="bingbo"
RUN mkdir -p /data/java8 /data/jar/
COPY jdk8/ /data/java8/
COPY
ENTRYPOINT ["top", "-b"]