]> git.openstreetmap.org Git - chef.git/blobdiff - Dockerfile
Dockerfile: Add basic comment
[chef.git] / Dockerfile
index 01e194f4a765660daf4294d5cbd74f04116ca9d2..4e72aec8b8670209f9010d7fe25bd5095a50df0e 100644 (file)
@@ -1,3 +1,5 @@
+# Basic Dockerfile to run cookstyle linting
+# run: docker build -t test .
 FROM ruby:2.6
 
 WORKDIR /app