diff --git a/Dockerfile b/Dockerfile index 0cd31ea41..816475a76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,6 +80,7 @@ RUN apt-get update && \ COPY ./authentik/ /authentik COPY ./pyproject.toml / COPY ./xml /xml +COPY ./locale /locale COPY ./tests /tests COPY ./manage.py / COPY ./blueprints /blueprints