Files
calibre-web/README.md
Eric Coissac 1124665588
All checks were successful
Build and Push Docker Image / build (push) Successful in 28s
split build and push steps
2024-12-27 23:54:33 +01:00

9 lines
228 B
Markdown

```bash
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:
```bash
docker build . --platform linux/amd64 --debug
```