mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
docs(development): Remove references to deprecated files, add info on DOCKER_BUILDKIT (#4084)
This commit is contained in:
parent
1984eae813
commit
e5b6c3748d
@ -21,15 +21,12 @@ If you get the error `Failed to fetch https://repo.goreleaser.com/apt/Packages
|
||||
sudo apt install ca-certificates
|
||||
```
|
||||
|
||||
### env variables
|
||||
|
||||
You can use the default vars provided in [this .env-file](../build/local/local.env) or create your own and update the paths in the [docker compose file](../build/local/docker-compose-local.yml).
|
||||
|
||||
## Local Build
|
||||
|
||||
Simply run goreleaser to build locally. This will generate all the required files, such as angular and grpc automatically.
|
||||
|
||||
```sh
|
||||
export DOCKER_BUILDKIT=1
|
||||
goreleaser build --snapshot --rm-dist --single-target
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user