Skip to content

Commit 580945a

Browse files
committed
update readme for the build instructions
1 parent a1cda05 commit 580945a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,24 @@
33
See phpbrew/phpbrew on Docker Hub <https://hub.docker.com/r/phpbrew/phpbrew/tags>
44

55

6+
## Build
7+
8+
The build script already provides the magic to build all the images:
9+
10+
```sh
11+
./build
12+
```
13+
14+
To build the phpbrew base image only:
15+
16+
```
17+
./build phpbrew-base
18+
```
19+
20+
21+
To build a specific image only:
22+
23+
```
24+
./build phpbrew/18.04-minimum
25+
```
626

0 commit comments

Comments
 (0)