mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 12:00:35 +03: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
|