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" \