Skip to content

Commit b2828d0

Browse files
committed
fix type and other errors.
1 parent 2848d2c commit b2828d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ADD
7373
向镜像中添加特定文件,可以是主机中或者 web 文件。以 WordPress 的
7474
Dockerfile 为例:
7575

76-
.. code:: dokcerfile
76+
.. code:: dockerfile
7777
7878
ADD http://wordpress.org/latest.zip /var/www/wordpress.zip
7979
@@ -264,7 +264,7 @@ WSGI 应用
264264
265265
标准的 Python 应用还需要提供一个 requirements.txt 记录其依赖——flask 和 redis:
266266

267-
.. code-block:: txt
267+
.. code-block:: text
268268
269269
flask
270270
redis

0 commit comments

Comments
 (0)