root: fix paths for XML Schema files

This commit is contained in:
Jens Langhammer 2020-12-13 23:40:01 +01:00
parent ae1a8842db
commit 90a94b5e3e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ RUN apt-get update && \
COPY ./authentik/ /authentik
COPY ./pytest.ini /
COPY ./xml /
COPY ./xml /xml
COPY ./manage.py /
COPY ./lifecycle/ /lifecycle