We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743b733 commit 549c7a6Copy full SHA for 549c7a6
packages/twenty-docker/twenty-website/Dockerfile
@@ -4,6 +4,8 @@ FROM node:24-alpine AS twenty-website-build
4
WORKDIR /app
5
6
COPY ./package.json .
7
+COPY ./nx.json .
8
+COPY ./tsconfig.base.json .
9
COPY ./yarn.lock .
10
COPY ./.yarnrc.yml .
11
COPY ./.yarn/releases /app/.yarn/releases
0 commit comments