hacktoberfestdockeruptimesocket-iosingle-page-appselfhostedself-hostedresponsivemonitoringwebsocketwebappuptime-monitoring
5 lines
95 B
5 lines
95 B
4 years ago
|
FROM ubuntu:16.04
|
||
|
|
||
|
COPY ./install.sh .
|
||
|
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|