Skip to content

Commit f8e56a6

Browse files
committed
fix: correct Dockerfile for pywb
1 parent 43f6a9b commit f8e56a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/pywb/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ COPY start.sh /tmp
44
ENTRYPOINT ["sh", "/tmp/start.sh"]
55
COPY config.yaml /webarchive/config.yaml
66
COPY head_insert.html /tmp/head_insert.html
7+
RUN mkdir -p /webarchive/templates/
78
RUN cat /tmp/head_insert.html >> /webarchive/templates/head_insert.html

0 commit comments

Comments
 (0)