Skip to content

Commit decd828

Browse files
authored
Merge pull request #7291 from blyxyas/docker-fix
Add slash to . directory in Dockerfile
2 parents eb954c8 + c7b94ce commit decd828

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)