ipsilon: make sure config file can be found

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 12:26:46 +02:00
parent 9c2fb274d1
commit dbc674ac26

View file

@ -36,6 +36,8 @@ spec:
RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/ipsilon/files/oidc_scopes/{{ scope_file }}.py -o /usr/lib/python2.7/site-packages/ipsilon/providers/openidc/plugins/{{scope_file}}.py
{% endfor %}
RUN ln -s /etc/ipsilon/ipsilon.conf /var/lib/ipsilon/ipsilon.conf
EXPOSE 8080
ENTRYPOINT bash /etc/ipsilon/start.sh
type: Dockerfile