From c7730d2438a5d60aff270102506eb812dbd644e0 Mon Sep 17 00:00:00 2001 From: Sida Chen Date: Fri, 26 Oct 2018 13:58:52 -0400 Subject: [PATCH] Add copying bill-of-materials.json before compiling javascript files --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 854a27d12..4457a7178 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,6 +112,7 @@ RUN cat requirements.txt | grep -v "^-e" | awk -F'==' '{print $1}' | xargs venv/ rm pipinfo.txt # JS compile +COPY bill-of-materials.json bill-of-materials.json COPY static static RUN yarn build \ && jpegoptim static/img/**/*.jpg \