From 73c2567269c4f21b92f38b4ac02aa14eb92d19e8 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 14 May 2018 12:43:30 +0800 Subject: [PATCH] dockerfile: fix formatting --- dockerfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```