dockerfile: fix formatting

This commit is contained in:
Rico Sta. Cruz 2018-05-14 12:43:30 +08:00
parent b1fac31551
commit 73c2567269
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ COPY --chown=user:group host_file.xyz /path/container_file.xyz
### Onbuild
```docker```
```docker
ONBUILD RUN bundle install
# when used with another file
```