diff --git a/infra-cluster/kanboard/images/Dockerfile b/infra-cluster/kanboard/images/Dockerfile index 889b8ac..8a24969 100644 --- a/infra-cluster/kanboard/images/Dockerfile +++ b/infra-cluster/kanboard/images/Dockerfile @@ -1,7 +1,2 @@ -FROM docker.io/library/debian:bullseye as builder - -RUN apt update -y && apt install -y git -RUN git clone https://github.com/kanboard/plugin-oauth2.git - FROM docker.io/kanboard/kanboard:latest -COPY --from=builder /plugin-oauth2 /var/www/app/plugins/OAuth2 +COPY kanboard-conf.php /var/www/app/config.php diff --git a/infra-cluster/kanboard/images/kanboard-conf.php b/infra-cluster/kanboard/images/kanboard-conf.php new file mode 100644 index 0000000..b1de8d4 --- /dev/null +++ b/infra-cluster/kanboard/images/kanboard-conf.php @@ -0,0 +1,7 @@ +