1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
cosin/containerization/dockerfiles/sentinel-dashboard-1.8.6
2023-10-15 21:35:55 +08:00

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