mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
8 lines
114 B
Bash
8 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
./build/operator/prebuild.sh "./migrations"
|
||
|
./build/operator/build.sh
|
||
|
exec ./zitadelctl "$@"
|