From b6f9b6a9658480c931d38957e965843df0044575 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:07:06 -0400 Subject: [PATCH] Remade dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4ae153..39c7f77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ RUN yarn set version stable # Files required by yarn install COPY package.json yarn.lock ./ -COPY .pnp.cjs .pnp.loader.mjs .yarn/ .yarn/ # Install app dependencies RUN yarn install --immutable