From 73a95740a0219f2a37aa39bbe19f959e9610ce06 Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 20 Dec 2023 08:42:03 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1215cce..ea0cc82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app # Copy the files needed to install deps COPY package.json yarn.lock ./ -RUN yarn install --frozen-lockfile --libc=musl +RUN yarn install ## BUILD STEP # Rebuild the source code only when needed