28 lines
427 B
Markdown
28 lines
427 B
Markdown
# amqp
|
|
|
|
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.
|