Skip to content

Commit bb20a2e

Browse files
authored
chore: update build instructions to include static image command
1 parent 77ce2a9 commit bb20a2e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker login -u <username> -p <password>
1212

1313
### 1. 构建镜像
1414

15-
分别执行以下三个命令
15+
分别执行以下四个命令
1616

1717
```bash
1818
bash scripts/build-base-image.sh
@@ -26,6 +26,10 @@ bash scripts/build-nginx.sh
2626
bash scripts/build-standalone.sh
2727
```
2828

29+
```bash
30+
bash scripts/build-static.sh
31+
```
32+
2933
### 2. 推送镜像
3034

3135
构建出工具镜像后,执行以下命令:
@@ -48,4 +52,4 @@ docker pull doocs/md:latest
4852

4953
```bash
5054
docker run -d -p 8080:80 doocs/md:latest
51-
```
55+
```

0 commit comments

Comments
 (0)