mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 10:47:18 -05:00
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
FROM ubuntu:16.04
|
||
|
|
||
|
COPY ./install.sh .
|
||
|
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|