diff --git a/dockerfile.md b/dockerfile.md index 2a1df6a0e..82b5d9f78 100644 --- a/dockerfile.md +++ b/dockerfile.md @@ -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 ```