0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-24 02:37:28 +01:00
uptime-kuma/test/test_install_script/ubuntu1604.dockerfile

10 lines
244 B
Plaintext
Raw Normal View History

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