[TASK] Cleaner docker image and instructions on how to publish/push it
This commit is contained in:
4
.dockerignore
Normal file
4
.dockerignore
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
/.git
|
||||||
|
/export
|
||||||
|
/.env
|
||||||
|
result.txt
|
||||||
@@ -39,6 +39,12 @@ docker run --rm \
|
|||||||
immich-to-cloud-exporter --dry-run
|
immich-to-cloud-exporter --dry-run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Build and publish
|
||||||
|
```bash
|
||||||
|
docker build -t immortaly007/immich-exporter .
|
||||||
|
docker push immortaly007/immich-exporter
|
||||||
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Generate OpenAPI spec
|
### Generate OpenAPI spec
|
||||||
|
|||||||
Reference in New Issue
Block a user