From 50ce5aa2b458c039eb3775646b39c9c6cec1ea1b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 30 Mar 2021 15:08:54 +0200 Subject: [PATCH] root: replace pytest with pyproject in dockerfile Signed-off-by: Jens Langhammer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 023d2e61b..eb4d70f7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN apt-get update && \ chown authentik:authentik /backups COPY ./authentik/ /authentik -COPY ./pytest.ini / +COPY ./pyproject.toml / COPY ./xml /xml COPY ./manage.py / COPY ./lifecycle/ /lifecycle