mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
Clear History
This commit is contained in:
12
code/images/build.sh
Executable file
12
code/images/build.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
eval $(minikube docker-env --shell bash)
|
||||
|
||||
function build() {
|
||||
docker build -t $1 ./$1
|
||||
}
|
||||
|
||||
build "idle" & build "sidecar"
|
||||
|
||||
wait
|
||||
Reference in New Issue
Block a user