diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..eb50322 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +/.git +/export +/.env +result.txt diff --git a/README.md b/README.md index 04f96a9..a8e5df3 100644 --- a/README.md +++ b/README.md @@ -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