fix mastodon fetch issues

This commit is contained in:
Travis Shears 2025-08-08 23:27:04 +02:00
parent ded5314125
commit 8263c09b50
3 changed files with 14 additions and 14 deletions

View file

@ -33,6 +33,7 @@ $ java -jar ./target/micro-blog-standalone.jar
Build new docker image and push it to ECR
```shell
$ export AWS_PROFILE=personal
$ docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/micro-blog-fetchers-homelabstack:latest --push .
```