From e3b6d4e70b9c11705cbfe3e35f732bd058dd39db Mon Sep 17 00:00:00 2001 From: ni-richard Date: Wed, 18 Sep 2019 17:02:34 +0200 Subject: [PATCH] Updated Building everything manually (markdown) --- Building-everything-manually.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-everything-manually.md b/Building-everything-manually.md index 489cfa1..a0b3a73 100644 --- a/Building-everything-manually.md +++ b/Building-everything-manually.md @@ -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: ```bash cd frontend-tutorial-framework -docker build -t frontend-tutorial-framework:tag . +docker build -t avatao/frontend-tutorial-framework:chausie-20190915 . cd ../baseimage-tutorial-framework -docker build -t tutorial-framework:tag . +docker build -t avatao/baseimage-tutorial-framework:chausie-20190915 . cd ../test-tutorial-framework docker build -t test-tutorial-framework -f solvable/Dockerfile . ```