backend redesign
This commit is contained in:
17
bin/build-all
Executable file
17
bin/build-all
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Build all container images
|
||||
set -e
|
||||
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
echo "Building all container images..."
|
||||
echo
|
||||
|
||||
"$DIR/build" flink "$@"
|
||||
"$DIR/build" relay "$@"
|
||||
"$DIR/build" ingestor "$@"
|
||||
"$DIR/build" web "$@"
|
||||
|
||||
echo
|
||||
echo "All images built successfully!"
|
||||
Reference in New Issue
Block a user