diff --git a/Dockerfile b/Dockerfile index 07174807..f2ad2575 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,5 +25,5 @@ WORKDIR /opt/module_build_service/ COPY ./requirements.txt /opt/module_build_service/ RUN pip install --user -r ./requirements.txt -RUN ln -s /opt/module_build_service/koji.conf /etc/module_build_service/koji.conf \ - && ln -s /opt/module_build_service/copr.conf /etc/module_build_service/copr.conf +RUN ln -s /opt/module_build_service/conf/koji.conf /etc/module_build_service/koji.conf \ + && ln -s /opt/module_build_service/conf/copr.conf /etc/module_build_service/copr.conf diff --git a/Vagrantfile b/Vagrantfile index eddaef6b..49e9734e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,8 +22,8 @@ $script = <