Fix website build (#18057)

This commit is contained in:
Charles Bochet
2026-02-18 22:40:54 +01:00
committed by GitHub
parent 743b733e70
commit 549c7a613b
@@ -4,6 +4,8 @@ FROM node:24-alpine AS twenty-website-build
WORKDIR /app
COPY ./package.json .
COPY ./nx.json .
COPY ./tsconfig.base.json .
COPY ./yarn.lock .
COPY ./.yarnrc.yml .
COPY ./.yarn/releases /app/.yarn/releases