mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 15:24:05 +00:00
4 lines
95 B
Docker
4 lines
95 B
Docker
FROM ubuntu:18.04
|
|
|
|
COPY ./install.sh .
|
|
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|