diff --git a/Dockerfile b/Dockerfile index 721892b..5bb8ff3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add gcc git make musl-dev && \ git clone https://github.com/kristapsdz/lowdown.git && \ cd lowdown && ./configure && make && make regress && make install && cd .. && \ chmod u+x ./ssg5 && mkdir dst && \ - ./ssg5 ./src/ ./dst/ "Le blog Louis Vallat" "blog.louis-vallat.xyz" && rm dst/.files + ./ssg5 ./src/ ./dst/ "Le blog de Louis Vallat" "https://blog.louis-vallat.xyz" && rm dst/.files FROM nginx