update readme
This commit is contained in:
parent
f268f380ba
commit
49fd046d68
12
README.md
12
README.md
@ -12,4 +12,16 @@ To run:
|
|||||||
bun run index.ts
|
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.
|
This project was created using `bun init` in bun v1.2.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user