From cae290a07006976c0a6d25565f74c51307fba947 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 9 Sep 2019 13:49:22 +0200 Subject: [PATCH] Updated Building everything manually (markdown) --- Building-everything-manually.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-everything-manually.md b/Building-everything-manually.md index 491d142..f51845f 100644 --- a/Building-everything-manually.md +++ b/Building-everything-manually.md @@ -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 .