2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Add note about image updates

Ref: https://github.com/inventree/InvenTree/issues/3630
This commit is contained in:
Oliver 2022-09-02 20:33:37 +10:00 committed by GitHub
parent a23ced6e52
commit 3a08a1f550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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
```