[TASK] Cleaner docker image and instructions on how to publish/push it

This commit is contained in:
2025-05-30 00:03:17 +02:00
parent 2882d45602
commit 7ed8d7984c
2 changed files with 10 additions and 0 deletions

4
.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
/.git
/export
/.env
result.txt

View File

@@ -39,6 +39,12 @@ docker run --rm \
immich-to-cloud-exporter --dry-run
```
### Build and publish
```bash
docker build -t immortaly007/immich-exporter .
docker push immortaly007/immich-exporter
```
## Development
### Generate OpenAPI spec