From 32c9db5c12e0778576a1783799a5bef9a0deec2d Mon Sep 17 00:00:00 2001 From: Nimer Farahty Date: Sat, 19 Apr 2025 22:30:18 +0300 Subject: [PATCH] update readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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