Files

16 lines
394 B
Markdown
Raw Permalink 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
```bash
docker build . --no-cache --load --platform linux/amd64 2>&1 | tee build.log
```
```bash
diff -Naur <original_file> <new_file> > <patch_filename>.patch
```