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