root: add docker recipe to Makefile

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2023-09-13 15:00:51 +02:00 committed by risson
parent e17667de79
commit 0caa17623f
1 changed files with 11 additions and 0 deletions

View File

@ -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