diff --git a/README.md b/README.md index e017ab3..178c442 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,26 @@ -# amqp +# Minio Worker -To install dependencies: +this worker is used to listen to mini events and then create new images variants + +**To install dependencies:** ```bash bun install ``` -To run: +**To run:** ```bash bun run index.ts ``` -To Build Container: +**To Build Container:** ```bash docker buildx build --platform linux/amd64 -t git.farahty.com/nimer/minio-worker . ``` -To Push Container to Registry +**To Push Container to Registry:** ```bash docker push git.farahty.com/nimer/minio-worker