Skip to content

Commit 704c631

Browse files
committed
docs: update readme
1 parent ecd20ad commit 704c631

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ OpenReservation angular 客户端,使用 angular 17 + material 开发,支持
66

77
## Docker
88

9-
``` bash
9+
`Build`
10+
11+
```sh
12+
docker build -t openreservation/angular-client .
13+
```
14+
15+
`Run`
16+
17+
```sh
1018
docker run -d -p 8081:80 openreservation/angular-client:latest
1119
```
1220

0 commit comments

Comments
 (0)