Lakshan
Docker Local Setup
I just cloned the twenty repository with the intention of contributing to the project. I followed the instructions in the "twenty" local setup guide and successfully provisioned the database using the "make postgres-on-docker" command.
However, when I run "npx nx database:reset twenty-server" to set up the database, it appears to configure the PostgreSQL database locally instead of on Docker. How can I ensure that this command executes on Docker instead?
Is there a set of Docker commands I can use to get the project up and running with minimal hassle, without needing to configure things locally? thank you
12 replies