From 6795a6c07c7233bbe59fe8505c34222124b2ae52 Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Sat, 21 Dec 2024 13:15:53 +0100 Subject: [PATCH] instal webpack globally? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48d6a2fc..772d75a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.40.1/install.sh | b && nvm install $NODE_VERSION \ && nvm alias default $NODE_VERSION \ && nvm use default \ - && npm install -g yarn + && npm install -g yarn webpack WORKDIR /app