Staged Docker build script
This commit is contained in:
16
docker/build.sh
Executable file
16
docker/build.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x;
|
||||
set -e;
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd $DIR;
|
||||
|
||||
cd 1_base/;
|
||||
bash build.sh;
|
||||
|
||||
cd ../2_build/;
|
||||
bash build.sh;
|
||||
|
||||
cd ../3_run/;
|
||||
bash build.sh;
|
Reference in New Issue
Block a user