From 98335f9ba6055989e3bad728254be52b59ec1beb Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 1 May 2019 23:11:01 +0200 Subject: [PATCH] Debug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb60aec..68459a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY ./ ./ RUN apk --no-cache add --update make RUN /bin/drone-hugo && \ make -C public/ -f ../Makefile && \ - ls -lah + ls -lah public # find ./ -type f \( \ # -name "*.html" \ # -o -name "*.js" \