baseimage-tutorial-framework/hack/bootstrap_tfw_dev.sh
2018-03-23 16:08:19 +01:00

14 lines
355 B
Bash
Executable File

set -e
git clone git@github.com:avatao-content/baseimage-tutorial-framework.git
git clone git@github.com:avatao-content/frontend-tutorial-framework.git
git clone git@github.com:avatao-content/test-tutorial-framework.git
cd frontend-tutorial-framework
yarn install &
cd ..
cd baseimage-tutorial-framework
docker build -t baseimage-tutorial-framework .