30 lines
534 B
Markdown
30 lines
534 B
Markdown
# Minio Worker
|
|
|
|
this worker is used to listen to mini events and then create new images variants
|
|
|
|
**To install dependencies:**
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
**To run:**
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
**To Build Container:**
|
|
|
|
```bash
|
|
docker buildx build --platform linux/amd64 -t git.farahty.com/nimer/minio-worker .
|
|
```
|
|
|
|
**To Push Container to Registry:**
|
|
|
|
```bash
|
|
docker push git.farahty.com/nimer/minio-worker
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.2.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|