5 lines
95 B
5 lines
95 B
2 years ago
|
FROM rockylinux:9
|
||
3 years ago
|
|
||
|
COPY ./install.sh .
|
||
|
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|