mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
docs: added info on updating using docker
Added docker-compose --profile development up --build to the update section
This commit is contained in:
parent
7e70dc5d8e
commit
58db67683e
@ -185,9 +185,14 @@ To keep your local version of bolt.diy up to date with the latest changes, follo
|
|||||||
pnpm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 4. **Run the Application**
|
#### 4. **Rebuild and Start the Application**
|
||||||
Once the updates are complete, you can start the application again with:
|
|
||||||
|
|
||||||
|
- **If using Docker**, ensure you rebuild the Docker image to avoid using a cached version:
|
||||||
|
```bash
|
||||||
|
docker-compose --profile development up --build
|
||||||
|
```
|
||||||
|
|
||||||
|
- **If not using Docker**, you can start the application as usual with:
|
||||||
```bash
|
```bash
|
||||||
pnpm run dev
|
pnpm run dev
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user