Changes to be committed:

new file:   .gitignore
	modified:   Dockerfile
	modified:   README.md
	modified:   patches/calibre-web/optional-requirements.patch
This commit is contained in:
2025-03-09 07:43:17 +01:00
parent 7e4fe2e203
commit 98838f4db2
4 changed files with 125 additions and 114 deletions

View File

@@ -7,4 +7,10 @@ Build the image on macOS with orbstack docker:
docker build . --platform linux/amd64 --debug
```
docker build . --no-cache --load --platform linux/amd64 2>&1 | tee build.log
```bash
docker build . --no-cache --load --platform linux/amd64 2>&1 | tee build.log
```
```bash
diff -Naur <original_file> <new_file> > <patch_filename>.patch
```