We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f6a9b commit f8e56a6Copy full SHA for f8e56a6
services/pywb/Dockerfile
@@ -4,4 +4,5 @@ COPY start.sh /tmp
4
ENTRYPOINT ["sh", "/tmp/start.sh"]
5
COPY config.yaml /webarchive/config.yaml
6
COPY head_insert.html /tmp/head_insert.html
7
+RUN mkdir -p /webarchive/templates/
8
RUN cat /tmp/head_insert.html >> /webarchive/templates/head_insert.html
0 commit comments