build base image

This commit is contained in:
Elio Bischof 2022-08-25 16:11:20 +02:00
parent a57800fba6
commit 8c2a7325da
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -7,7 +7,7 @@
"build": "ng build",
"prodbuild": "ng build --configuration production --base-href=/ui/console/",
"lint": "ng lint && stylelint './src/**/*.scss' --syntax scss",
"generate": "DOCKER_BUILDKIT=1 docker build -f ../build/console/Dockerfile .. --target npm-copy -o .."
"generate": "DOCKER_BUILDKIT=1 docker build -f ../build/grpc/Dockerfile -t zitadel-base:local .. && DOCKER_BUILDKIT=1 docker build -f ../build/console/Dockerfile .. --target npm-copy -o .."
},
"private": true,
"dependencies": {