浏览代码

add code block type hint

Rob Bast 8 年之前
父节点
当前提交
9205969695
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      composer/content.md

+ 1 - 1
composer/content.md

@@ -81,7 +81,7 @@ Sometimes dependencies or Composer [scripts](https://getcomposer.org/doc/article
 
 -	Create your own image, and copy Composer from the official image into it:
 
-	```
+	```dockerfile
 	COPY --from=composer:1.5 /usr/bin/composer /usr/bin/composer
 	```