Remade dockerfile

This commit is contained in:
Lucid Kobold
2025-06-20 17:07:06 -04:00
parent 24850b3d2c
commit b6f9b6a965

View File

@@ -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