diff --git a/README.md b/README.md index 8dd2928..e017ab3 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,16 @@ To run: 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.