Remade dockerfile #48

Merged
LucidKobold merged 7 commits from dockerfile into main 2025-06-20 17:10:24 -04:00
Showing only changes of commit fad5973e87 - Show all commits

View File

@@ -11,8 +11,7 @@ RUN yarn set version stable
# Files required by yarn install
COPY package.json yarn.lock ./
COPY .pnp.cjs .pnp.loader.mjs .yarn/ .yarn/
v
COPY .yarn/ .yarn/
# Install app dependencies
RUN yarn install --immutable