We were asked [1] to state that the XEP bibliographic data is openly
available and free of charge if we want it to be consumed by third
parties.
This weas previously merged as 747738804a ("Add license for
bibliographic data"), but unfortunately later reverted in
59b2a5ca15 ("Revert "Add license for bibliographic data"",
https://github.com/xsf/xeps/pull/1221). However, the fix for the
broken docker build is trivial: simply also copy refs-LICENSE into the
container. This commit does that.
Fixes#1219.
1: https://github.com/ietf-tools/bibxml-service/issues/302#issuecomment-1274686153
By performing the build in one image (with all the needed tools)
and then copying over the result files into an image based on
stock nginx, the image size is reduced from 1.4 GB to 111 MB.