update readme
This commit is contained in:
parent
49fd046d68
commit
32c9db5c12
12
README.md
12
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
|
```bash
|
||||||
bun install
|
bun install
|
||||||
```
|
```
|
||||||
|
|
||||||
To run:
|
**To run:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun run index.ts
|
bun run index.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
To Build Container:
|
**To Build Container:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker buildx build --platform linux/amd64 -t git.farahty.com/nimer/minio-worker .
|
docker buildx build --platform linux/amd64 -t git.farahty.com/nimer/minio-worker .
|
||||||
```
|
```
|
||||||
|
|
||||||
To Push Container to Registry
|
**To Push Container to Registry:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker push git.farahty.com/nimer/minio-worker
|
docker push git.farahty.com/nimer/minio-worker
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user