From cdf0c05fca2031e9efc8e103bd7bad71f6d82196 Mon Sep 17 00:00:00 2001 From: ZZ3n Date: Fri, 20 Sep 2024 17:42:42 +0900 Subject: [PATCH] test: unlock yarn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd8a2b5..8bb51b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM --platform=linux/arm64 pre AS deps WORKDIR /app RUN npm install -g node-gyp COPY package.json yarn.lock* ./ -RUN yarn install --frozen-lockfile +RUN yarn install # 2. Rebuild the source code only when needed FROM --platform=linux/arm64 pre AS builder