Files
calibre-web/README.md

10 lines
306 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
```
2025-03-08 10:24:41 +01:00
Build the image on macOS with orbstack docker:
```bash
docker build . --platform linux/amd64 --debug
2024-12-27 17:08:01 +01:00
```
2025-03-08 10:24:41 +01:00
docker build . --no-cache --load --platform linux/amd64 2>&1 | tee build.log