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
|
2024-12-26 16:07:18 +01:00
|
|
|
```
|
|
|
|
|
|
2025-03-08 10:24:41 +01:00
|
|
|
Build the image on macOS with orbstack docker:
|
2024-12-26 16:07:18 +01:00
|
|
|
```bash
|
|
|
|
|
docker build . --platform linux/amd64 --debug
|
2024-12-27 17:08:01 +01:00
|
|
|
```
|
2025-03-08 10:24:41 +01:00
|
|
|
|
2025-03-09 07:43:17 +01:00
|
|
|
```bash
|
|
|
|
|
docker build . --no-cache --load --platform linux/amd64 2>&1 | tee build.log
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
diff -Naur <original_file> <new_file> > <patch_filename>.patch
|
|
|
|
|
```
|