Created deployment

This commit is contained in:
2026-02-11 17:52:22 +01:00
parent 6c6916c4cb
commit 0a9470b1d8

View File

@@ -8,6 +8,9 @@ COPY ./dist/packages ./packages
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 packages/node_modules && \