mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 15:01:32 +00:00
Updated Building everything manually (markdown)
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.
|
As you can see, we use multistage building in the base image, so we should move forward in this exact order.
|
||||||
|
|
||||||
### Building the images
|
### 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
|
cd frontend-tutorial-framework
|
||||||
docker build -t frontend-tutorial-framework:tag .
|
docker build -t frontend-tutorial-framework:tag .
|
||||||
|
Loading…
Reference in New Issue
Block a user