mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Add note about image updates
Ref: https://github.com/inventree/InvenTree/issues/3630
This commit is contained in:
parent
a23ced6e52
commit
3a08a1f550
@ -158,3 +158,11 @@ To run database migrations inside the docker container, run the following comman
|
|||||||
```
|
```
|
||||||
docker-compose run inventree-dev-server invoke update
|
docker-compose run inventree-dev-server invoke update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Docker Image Updates
|
||||||
|
|
||||||
|
Occassionally, the docker image itself may receive some updates. In these cases, it may be required that the image is rebuilt. To perform a complete rebuild of the InvenTree development image from local source, run the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker-compose build --no-cache
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user