Sobreescribia el registerSobreescribia el register

This commit is contained in:
2026-03-10 10:43:56 +01:00
parent 7264efcf79
commit c17cca1e81

View File

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