Skip to content

Commit c7b94ce

Browse files
committed
Add slash to . directory in Dockerfile
1 parent 1b3daaa commit c7b94ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY themes themes
3636
COPY pelicanconf.py pelicanconf.py
3737

3838
# just website && just email needs these scripts
39-
COPY publishing/*.sh .
39+
COPY publishing/*.sh ./
4040
RUN chmod +x *.sh
4141

4242
CMD ["pelican", "--delete-output-directory", "content"]

0 commit comments

Comments
 (0)