From e09d254262fe0f13b7263bb7a92fc6944ba29ef8 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 11 Nov 2023 14:46:40 -0600 Subject: [PATCH] chore: removed Yarn 3 note Signed-off-by: Andre Wanlin --- packages/backend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile index 5667209330..e0e6ab8a31 100644 --- a/packages/backend/Dockerfile +++ b/packages/backend/Dockerfile @@ -47,7 +47,6 @@ COPY --chown=node:node .yarnrc.yml ./ COPY --chown=node:node yarn.lock package.json packages/backend/dist/skeleton.tar.gz ./ RUN tar xzf skeleton.tar.gz && rm skeleton.tar.gz -# Note that this install is not immutable, which is one of the reasons we don't recommend Yarn 3 yet RUN --mount=type=cache,target=/home/node/.yarn/berry/cache,sharing=locked,uid=1000,gid=1000 \ yarn workspaces focus --all --production