Files
calibre-web/README.md
Eric Coissac 98838f4db2 Changes to be committed:
new file:   .gitignore
	modified:   Dockerfile
	modified:   README.md
	modified:   patches/calibre-web/optional-requirements.patch
2025-03-09 07:43:17 +01:00

16 lines
394 B
Markdown

```bash
diff -c cps/templates/remote_login.html ../calibre-web/cps/templates/remote_login.html > remote_login.patch
```
Build the image on macOS with orbstack docker:
```bash
docker build . --platform linux/amd64 --debug
```
```bash
docker build . --no-cache --load --platform linux/amd64 2>&1 | tee build.log
```
```bash
diff -Naur <original_file> <new_file> > <patch_filename>.patch
```