Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/98-nodejs
T
2021-06-16 17:34:25 -04:00

7 lines
112 B
Plaintext

#!/usr/bin/with-contenv bash
echo "**** Installing nodejs and yarn"
apt-get install -y \
nodejs \
yarn