From 772696504b1e505186bd2e7e835e51fab98f7ae1 Mon Sep 17 00:00:00 2001 From: 9yujin <9yujin@toss.im> Date: Sun, 10 Nov 2024 22:45:17 +0900 Subject: [PATCH] fix : build error --- Dockerfile.admin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.admin b/Dockerfile.admin index a46d613a..b7255f1d 100644 --- a/Dockerfile.admin +++ b/Dockerfile.admin @@ -9,7 +9,8 @@ COPY yarn.lock ./ # Installs all node packages # RUN npm ci RUN yarn set version 3.3.0 -RUN yarn install --immutable --immutable-cache --check-cache +RUN yarn install +# --immutable --immutable-cache --check-cache # Copies everything over to Docker environment