diff --git a/Dockerfile b/Dockerfile index c4469dbb..4c2faba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ COPY ./requirements.txt /opt/module_build_service/ RUN pip install --user -r ./requirements.txt COPY koji.conf /etc/module_build_service/ +COPY copr.conf /etc/module_build_service/ COPY . /opt/module_build_service/ diff --git a/Vagrantfile b/Vagrantfile index d29cd3c2..8a8a04ab 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,6 +8,7 @@ $script = <