Revesriendo cambio del docker

This commit is contained in:
2026-03-02 17:19:07 +01:00
parent ea13403dc3
commit 5771972e2a

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 rm yarn.lock && yarn cache clean && yarn install --inmutable
RUN yarn install
RUN mkdir -p dist && ln -sf ../packages dist/packages