仪表盘
版本库
文件存储
活动
搜索
登录
张磊磊
/
supipe
分支自
supipe
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
人脸 缓存同步菜单
张晓波
2023-10-30
1b3a14a25d8f5013158ef2842e9be0e24240f2b5
[~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"]