1 Star 1 Fork 4.9K

尹鹏/AJ-Report

forked from anji-plus/AJ-Report 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangbin 提交于 2024-12-30 14:46 . update docker build
FROM eclipse-temurin:8-jre
RUN mkdir -p /opt/aj-report/logs
WORKDIR /opt/aj-report
unzip build/aj-report-*.zip ./build
COPY build/aj-report-1.3.0.RELEASE /opt/aj-report
CMD /opt/aj-report/bin/start.sh && tail -f /opt/aj-report/logs/aj-report.log
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nnloveyy0329/report.git
[email protected]:nnloveyy0329/report.git
nnloveyy0329
report
AJ-Report
master

搜索帮助