]> git.openstreetmap.org Git - chef.git/commitdiff
Dockerfile: Add basic comment
authorGrant Slater <git@firefishy.com>
Wed, 6 Nov 2019 00:37:17 +0000 (00:37 +0000)
committerGrant Slater <git@firefishy.com>
Wed, 6 Nov 2019 00:37:17 +0000 (00:37 +0000)
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