We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e34984 commit 43f6a9bCopy full SHA for 43f6a9b
services/pywb/Dockerfile
@@ -2,4 +2,6 @@ FROM webrecorder/pywb
2
3
COPY start.sh /tmp
4
ENTRYPOINT ["sh", "/tmp/start.sh"]
5
-COPY config.yaml /webarchive/config.yaml
+COPY config.yaml /webarchive/config.yaml
6
+COPY head_insert.html /tmp/head_insert.html
7
+RUN cat /tmp/head_insert.html >> /webarchive/templates/head_insert.html
services/pywb/head_insert.html
@@ -0,0 +1 @@
1
+<style>#masthead,#footer { display: none; }</style>
0 commit comments