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