From c24a15cc08e02a78c154baa9e9a7256d5c25c660 Mon Sep 17 00:00:00 2001 From: Jeremy Nelson Date: Sun, 14 Jan 2018 13:52:13 -0700 Subject: [PATCH] Docker build much faster for issue #23, needs testing --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c63b9c2..861dfd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN cd $BIBCAT_HOME && ls -ltra && pip3 install -r requirements.txt COPY static/ $BIBCAT_HOME/static/ COPY instance/config.py $BIBCAT_HOME/instance/config.py COPY instance/google*.html $BIBCAT_HOME/templates/ +COPY instance/BingSiteAuth* $BIBCAT_HOME/templates/ EXPOSE 5000