From 0caa17623f5663639fbb105d36260fdb2d222ce5 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 13 Sep 2023 15:00:51 +0200 Subject: [PATCH] root: add docker recipe to Makefile Signed-off-by: Marc 'risson' Schmitt --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile b/Makefile index fb08cc604..4750b17ef 100644 --- a/Makefile +++ b/Makefile @@ -174,8 +174,19 @@ website-build: website-watch: cd website && npm run watch +######################### +## Docker +######################### + +docker: + DOCKER_BUILDKIT=1 docker build . --progress plain --tag authentik:test + +######################### +## CI +######################### # These targets are use by GitHub actions to allow usage of matrix # which makes the YAML File a lot smaller + ci--meta-debug: python -V node --version