Updated Building everything manually (markdown)

ni-richard 2019-09-09 13:49:22 +02:00
parent e4d7539276
commit cae290a070

@ -17,7 +17,7 @@ FROM BASEIMAGE_ON_DOCKER_HUB
As you can see, we use multistage building in the base image, so we should move forward in this exact order.
### Building the images
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) repos 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:
```
cd frontend-tutorial-framework
docker build -t frontend-tutorial-framework:tag .