mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 08:41:32 +00:00
Updated Building everything manually (markdown)
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:
|
||||
```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 .
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user