Skip to content

Commit 4973144

Browse files
committed
docs: Update README with docker setup
1 parent a89c129 commit 4973144

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ To install dependencies, run:
2424
bun install
2525
```
2626

27+
## Using with docker
28+
29+
Build image
30+
31+
```sh
32+
docker build -t copilot-api .
33+
```
34+
35+
Run the container
36+
37+
```sh
38+
docker run -p 4141:4141 copilot-api
39+
```
40+
2741
## Using with npx
2842

2943
You can run the project directly using npx:

0 commit comments

Comments
 (0)