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