From cab30b7a7df9757cfbdf48fbb164c455bae18f4f Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 20 Dec 2023 08:46:49 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea0cc82..e190e54 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 +RUN yarn install --cpu=x64 --os=linux --libc=musl --frozen-lockfile ## BUILD STEP # Rebuild the source code only when needed