Merge pull request #1029 from tycrek/patch-1

Added Docker updating notes
pull/1048/head
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
1 changed files with 7 additions and 0 deletions

View File

@ -102,6 +102,13 @@ npm install
npm run build 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 ## License
MIT MIT