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
commit 2f5926bd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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