diff --git a/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml b/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml index 3562c962ea..21474d1daa 100644 --- a/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml +++ b/roles/openshift-apps/fas/templates/buildconfig-totpcgi.yml @@ -31,6 +31,11 @@ spec: RUN chmod -R o+rx /var/www/totpcgi* + RUN mkdir -p /etc/totpcgi/templates + RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/error.html -o /etc/totpcgi/templates/error.html + RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/error.html -o /etc/totpcgi/templates/login.html + RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/totpcgi/files/html/error.html -o /etc/totpcgi/templates/totp.html + EXPOSE 8080 ENTRYPOINT bash /etc/totpcgi/start.sh type: Dockerfile