From 8200a30d50a3b2a8bd7558816560e7e6615d28cd Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 18 Oct 2023 00:05:09 +0100 Subject: [PATCH] add yarn --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c5ad1f6..e49a517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM fascinated/docker-images:node-latest EXPOSE 5000 +RUN npm i -g yarn + RUN yarn install RUN yarn build