From c7b94cee13ed141f2aa4c74dcd88d0c99a9ae3a3 Mon Sep 17 00:00:00 2001 From: Alejandra Gonzalez Date: Wed, 19 Nov 2025 13:36:36 +0100 Subject: [PATCH] Add slash to . directory in Dockerfile --- publishing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishing/Dockerfile b/publishing/Dockerfile index fca15d29f..eca286ed9 100644 --- a/publishing/Dockerfile +++ b/publishing/Dockerfile @@ -36,7 +36,7 @@ COPY themes themes COPY pelicanconf.py pelicanconf.py # just website && just email needs these scripts -COPY publishing/*.sh . +COPY publishing/*.sh ./ RUN chmod +x *.sh CMD ["pelican", "--delete-output-directory", "content"]