From c1925e42e05417bc0adf97ab986f2ebc6fb4f95b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 9 Aug 2019 14:44:56 +1200 Subject: [PATCH] docker: fix comment at top of Dockerfile docker/README is no more - the info is all in the main README now. Signed-off-by: Paul Eggleton --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a719ae0..2f67db4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# See docker/README for how to use this. +# See README for how to use this. FROM debian:stretch LABEL maintainer="Michael Halstead "