From 5363223110f902eac8fcf316d6d7d195d0963675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Fri, 30 Aug 2024 10:27:10 -0700 Subject: [PATCH] Remove .nvmrc from Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f318b4c..0dacf96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache libc6-compat WORKDIR /app # Install dependencies based on the preferred package manager -COPY package.json yarn.lock* .yarnrc.yml .nvmrc ./ +COPY package.json yarn.lock* .yarnrc.yml ./ COPY .yarn .yarn RUN corepack enable RUN yarn install --immutable