We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cda05 commit 580945aCopy full SHA for 580945a
README.md
@@ -3,4 +3,24 @@
3
See phpbrew/phpbrew on Docker Hub <https://hub.docker.com/r/phpbrew/phpbrew/tags>
4
5
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
26
0 commit comments