Skip to content

Commit 549c7a6

Browse files
Fix website build (#18057)
1 parent 743b733 commit 549c7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/twenty-docker/twenty-website/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ FROM node:24-alpine AS twenty-website-build
44
WORKDIR /app
55

66
COPY ./package.json .
7+
COPY ./nx.json .
8+
COPY ./tsconfig.base.json .
79
COPY ./yarn.lock .
810
COPY ./.yarnrc.yml .
911
COPY ./.yarn/releases /app/.yarn/releases

0 commit comments

Comments
 (0)