From ee1b4fa3eb1897af2ba66294e4aa213744000edd Mon Sep 17 00:00:00 2001 From: Giles Westwood Date: Mon, 25 Nov 2024 20:53:22 +0000 Subject: [PATCH] match yarn commands to other build --- Dockerfile.build.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build.yarn b/Dockerfile.build.yarn index 3c190f68c..1805b7ae8 100644 --- a/Dockerfile.build.yarn +++ b/Dockerfile.build.yarn @@ -6,7 +6,7 @@ WORKDIR /app COPY package.json . -RUN yarn install +RUN yarn COPY *.json .