仪表盘
版本库
文件存储
活动
搜索
登录
张磊磊
/
supipe
分支自
supipe
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
环号位数
bingbo
2023-11-24
32f8cdece29c52f4860b163b11148e281e146b13
[~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"]