Files
calibre-web/README.md

9 lines
228 B
Markdown
Raw Normal View History

2024-12-26 10:45:16 +01:00
```bash
diff -c cps/templates/remote_login.html ../calibre-web/cps/templates/remote_login.html > remote_login.patch
```
Build the image on mac OS with orbstack docker:
```bash
docker build . --platform linux/amd64 --debug
2024-12-27 17:08:01 +01:00
```