mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
5 lines
176 B
Groff
5 lines
176 B
Groff
FROM cskefu/openjdk-21:debian-stretch-slim
|
|
COPY sentinel-dashboard-1.8.6.jar sentinel-dashboard-1.8.6.jar
|
|
|
|
ENTRYPOINT java -Dserver.port=9850 -jar sentinel-dashboard-1.8.6.jar
|