Copiar yarnrc a docker

This commit is contained in:
2026-03-10 10:37:26 +01:00
parent 7d47fde806
commit bdd08dbc56

View File

@@ -6,6 +6,7 @@ WORKDIR /home/node/app
RUN corepack enable
COPY ./dist/packages ./packages
COPY ./yarnrc.yml ./
COPY ./package.json ./