Added Docker updating notes

This commit is contained in:
Josh Moore 2022-03-17 13:51:24 -06:00 committed by GitHub
parent aa9dbd2092
commit 1395b05038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -102,6 +102,13 @@ npm install
npm run build
```
To update the Docker image, simply pull the new images and rebuild:
```bash
docker-compose pull
docker-compose up --force-recreate
```
## License
MIT