diff --git a/templates/Dockerfile.twig b/templates/Dockerfile.twig index dca83e7..3a557ce 100644 --- a/templates/Dockerfile.twig +++ b/templates/Dockerfile.twig @@ -29,6 +29,8 @@ RUN {% for command in dockerfile.stages.build.commands %} {{ command }} {%- if not loop.last %} \{% endif %} +{% for command in dockerfile.stages.build.commands %} +RUN {{ command }} {% endfor %} {% endif %}