update readme

This commit is contained in:
Nimer Farahty 2025-04-19 22:30:18 +03:00
parent 49fd046d68
commit 32c9db5c12

View File

@ -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