2026-01-05 18:08:25 +08:00
|
|
|
FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu:jammy
|
2026-01-14 13:37:49 +08:00
|
|
|
LABEL maintainer="bamanker"
|
2026-01-05 18:08:25 +08:00
|
|
|
COPY target/dailylove /root/dailylove/
|
2023-05-14 15:16:02 +08:00
|
|
|
EXPOSE 13145
|
2026-01-05 18:08:25 +08:00
|
|
|
CMD /root/dailylove/dailylove -XX:StartFlightRecording='filename=recording.jfr,dumponexit=true,duration=10s'
|