Updated Building everything manually (markdown)

ni-richard 2019-09-18 17:02:34 +02:00
parent b9bf06c351
commit e3b6d4e70b

@ -20,9 +20,9 @@ As you can see, we use multistage building in the base image, so we should move
Make sure you have every [dependency](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/Setting-up-a-development-environment) installed, then clone the [baseimage](https://github.com/avatao-content/baseimage-tutorial-framework), [frontend](https://github.com/avatao-content/frontend-tutorial-framework) and [test](https://github.com/avatao-content/test-tutorial-framework) repositories next to each other. Finally, enter these commands to build all of them: Make sure you have every [dependency](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/Setting-up-a-development-environment) installed, then clone the [baseimage](https://github.com/avatao-content/baseimage-tutorial-framework), [frontend](https://github.com/avatao-content/frontend-tutorial-framework) and [test](https://github.com/avatao-content/test-tutorial-framework) repositories next to each other. Finally, enter these commands to build all of them:
```bash ```bash
cd frontend-tutorial-framework cd frontend-tutorial-framework
docker build -t frontend-tutorial-framework:tag . docker build -t avatao/frontend-tutorial-framework:chausie-20190915 .
cd ../baseimage-tutorial-framework cd ../baseimage-tutorial-framework
docker build -t tutorial-framework:tag . docker build -t avatao/baseimage-tutorial-framework:chausie-20190915 .
cd ../test-tutorial-framework cd ../test-tutorial-framework
docker build -t test-tutorial-framework -f solvable/Dockerfile . docker build -t test-tutorial-framework -f solvable/Dockerfile .
``` ```