12 lines
179 B
Bash
Executable File
12 lines
179 B
Bash
Executable File
# /bin/sh
|
|
cd common
|
|
docker build -t satcomp-mallob:common .
|
|
cd ..
|
|
|
|
cd leader
|
|
docker build -t satcomp-mallob:leader .
|
|
cd ..
|
|
|
|
cd worker
|
|
docker build -t satcomp-mallob:worker .
|
|
cd .. |