mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
## Summary
Fix the website-new Docker build which currently fails with:
\`\`\`
NX \"production\" is an invalid fileset.
All filesets have to start with either {workspaceRoot} or {projectRoot}.
\`\`\`
\`packages/twenty-website-new/project.json\` declares \`\"inputs\":
[\"production\", \"^production\"]\` — a named input defined in the root
\`nx.json\`. Without copying \`nx.json\` into the image, nx can't
resolve it and the build fails.
Mirrors what the main twenty Dockerfile already does (line 9 of
\`packages/twenty-docker/twenty/Dockerfile\` copies both
\`tsconfig.base.json\` and \`nx.json\`).
## Test plan
- [ ] Re-run twenty-infra's \`Deploy Website New\` workflow (dev) —
build step should now pass
Made with [Cursor](https://cursor.com)
|
||
|---|---|---|
| .. | ||
| grafana/provisioning/datasources | ||
| helm/twenty | ||
| k8s | ||
| otel-collector | ||
| podman | ||
| scripts | ||
| twenty | ||
| twenty-app-dev/rootfs/etc/s6-overlay | ||
| twenty-postgres-spilo | ||
| twenty-website | ||
| twenty-website-new | ||
| .env.example | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| Makefile | ||