mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
10 lines
216 B
Docker
10 lines
216 B
Docker
FROM eclipse-temurin:8-jre
|
|
|
|
RUN mkdir -p /opt/aj-report/logs
|
|
|
|
WORKDIR /opt/aj-report
|
|
|
|
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
|