From e213b8c166808261f4c8c8d9cb925b9385554292 Mon Sep 17 00:00:00 2001 From: nowChae Date: Fri, 15 Nov 2024 22:59:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20docker=20install=20--frozen-lockfile=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.be b/Dockerfile.be index 873c2233..5a7d1b76 100644 --- a/Dockerfile.be +++ b/Dockerfile.be @@ -13,7 +13,7 @@ WORKDIR /app/packages/server COPY ./packages/server . -RUN yarn install --frozen-lockfile +RUN yarn install RUN yarn add tslib EXPOSE 3000