X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/418848d98ef1254285289a7a78724b89d790d76e..3c0b0291d8da98704bc52eef5229776fbcbd00b1:/Dockerfile 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