fix: attempt to fix Dockerfile front build (#5020)

This commit is contained in:
Thaïs
2024-04-18 11:24:39 +02:00
committed by GitHub
parent 86afc34e61
commit 7065495223
4 changed files with 12 additions and 12 deletions

View File

@ -187,15 +187,15 @@ yarn nx database:reset twenty-server
Start the server and the frontend:
```bash
yarn nx start twenty-server
yarn nx start twenty-front
npx nx start twenty-server
npx nx start twenty-front
```
Alternatively, you can start both applications at once:
```bash
yarn nx start
npx nx start
# or
yarn nx start twenty
npx nx start twenty
```
Twenty's server will be up and running at [http://localhost:3000/graphql](http://localhost:3000/graphql).