From c3ae232951aa7fde566ea475ee261ec6c89ff3e3 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Tue, 6 Feb 2024 20:17:03 +0000 Subject: [PATCH] Install npm on cloudinit --- infrastructure/cloud-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/cloud-config.yml b/infrastructure/cloud-config.yml index c8d27d9..1ae60b7 100644 --- a/infrastructure/cloud-config.yml +++ b/infrastructure/cloud-config.yml @@ -28,6 +28,7 @@ packages: - docker-buildx-plugin - docker-compose-plugin - nodejs + - npm runcmd: - ufw limit ssh