From: Grant Slater Date: Wed, 6 Nov 2019 00:37:17 +0000 (+0000) Subject: Dockerfile: Add basic comment X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3c0b0291d8da98704bc52eef5229776fbcbd00b1?ds=inline Dockerfile: Add basic comment --- diff --git a/Dockerfile b/Dockerfile index 01e194f4a..4e72aec8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +# Basic Dockerfile to run cookstyle linting +# run: docker build -t test . FROM ruby:2.6 WORKDIR /app