From 35fd3399f904ccb10c62a6938c0858c8dfc80a19 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 22 Dec 2024 12:14:28 -0500 Subject: [PATCH] add yarn image --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 97911b2..658bf1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,3 +10,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ node --version RUN npm install -g @getmeli/cli@1.2.0 + +FROM docs AS yarn +RUN npm i -g yarn \ No newline at end of file