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 \