This commit is contained in:
2026-03-10 10:42:32 +01:00
parent 8934bcd603
commit 7264efcf79
2 changed files with 1 additions and 1 deletions

View File

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