add code block type hint

This commit is contained in:
Rob Bast 2017-09-27 09:00:59 +02:00
parent fb1203f728
commit 9205969695
No known key found for this signature in database
GPG Key ID: 73076E35E6165F39
1 changed files with 1 additions and 1 deletions

View File

@ -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: - 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 COPY --from=composer:1.5 /usr/bin/composer /usr/bin/composer
``` ```