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