Merge pull request #1029 from tycrek/patch-1

Added Docker updating notes
This commit is contained in:
Mike Cao
2022-03-18 10:14:30 -07:00
committed by GitHub

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