root: add docker recipe to Makefile
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
e17667de79
commit
0caa17623f
11
Makefile
11
Makefile
|
@ -174,8 +174,19 @@ website-build:
|
||||||
website-watch:
|
website-watch:
|
||||||
cd website && npm run 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
|
# These targets are use by GitHub actions to allow usage of matrix
|
||||||
# which makes the YAML File a lot smaller
|
# which makes the YAML File a lot smaller
|
||||||
|
|
||||||
ci--meta-debug:
|
ci--meta-debug:
|
||||||
python -V
|
python -V
|
||||||
node --version
|
node --version
|
||||||
|
|
Reference in New Issue