From 7c7fa2184e29d7e0bd205cad05885ef8bbf858d9 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:43:49 +0200 Subject: [PATCH] chore: normal yarn install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61a28a1..39fa3f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY yarn.lock . RUN yarn install COPY . . RUN yarn build -RUN yarn install --production --ignore-scripts --prefer-offline +RUN yarn install FROM node:lts-alpine WORKDIR /app