[vuepress] support dark mode, close #463

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2020-09-16 18:05:52 +08:00
parent d071ed7b99
commit 83929dd096
4 changed files with 17 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
这个指令很简单就是设置环境变量而已无论是后面的其它指令 `RUN`还是运行时的应用都可以直接使用这里定义的环境变量
```Dockerfie
```docker
ENV VERSION=1.0 DEBUG=on \
NAME="Happy Feet"
```