patch the patch

This commit is contained in:
2025-03-08 10:24:41 +01:00
parent df91db9735
commit 7e4fe2e203
4 changed files with 102 additions and 40 deletions

View File

@@ -2,7 +2,9 @@
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:
Build the image on macOS with orbstack docker:
```bash
docker build . --platform linux/amd64 --debug
```
docker build . --no-cache --load --platform linux/amd64 2>&1 | tee build.log