T
Twenty4mo ago
Stoops

Trying build build Custom UI, How do i get my own docker script setup for deployment

So i followed the https://twenty.com/developers/local-setup guide on the docs website and i made some changes to the UI for a client of mine, all the changes have been made successfully but now i just need to figure out how to actually deploy it properly, can someone tell me how the docker compose script was made or if there is some other way to properly deploy it for prod
Twenty - Local Setup
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
1 Reply
ɃØĦɆᵾS
ɃØĦɆᵾS4mo ago
I think all you need to do is: - build front-end using npx nx build twenty-front - create your own Docker image, deploy it to registry and then deploy to client's server You can use Dockerfile located at packages/twenty-docker/twenty as a guideline

Did you find this page helpful?