2021-08-18 02:55:03 -04:00
|
|
|
FROM ubuntu:16.04
|
|
|
|
|
2021-08-18 14:04:49 -04:00
|
|
|
# Test invalid node version, these commands install nodejs 10
|
2021-10-07 09:23:28 -04:00
|
|
|
#RUN apt --yes install nodejs
|
2021-08-18 14:04:49 -04:00
|
|
|
# RUN ln -s /usr/bin/nodejs /usr/bin/node
|
|
|
|
# RUN node -v
|
|
|
|
|
2023-07-21 04:09:35 -04:00
|
|
|
COPY ./install.sh .
|
|
|
|
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|