Yarn install

This commit is contained in:
2026-03-02 16:01:00 +01:00
parent fafea3ce04
commit a6794a061b

View File

@@ -12,7 +12,7 @@ COPY ./package.json ./
# Force node-modules linker (no .yarnrc.yml in build context)
RUN echo 'nodeLinker: node-modules' > .yarnrc.yml
RUN yarn install
RUN yarn install --inmutable && yarn cache clean
RUN mkdir -p dist && ln -sf ../packages dist/packages