You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ Parameters:
9
9
10
10
Options:
11
11
12
-
-`--env` builds the image
12
+
-`--env env` builds the image
13
13
with configuration stored in config-{env} folder
14
-
-`--php` selects php version (builds from the {version}-fpm-alpine base).
15
-
-`--customize folder` the name of the folder under `custom` to build from the resulting image. By default all folders under custom will be built.
14
+
-`--php version` selects php version (builds from the {version}-fpm-alpine base).
15
+
-`--customize dir` the name of the folder under `custom` to build from the resulting image. A Dockerfile should be present in `custom/{dir}`. See example folder for a starter template. By default all folders under custom will be built.
16
16
17
17
The script will automatically build your custom images by placing your Dockerfiles in the `custom` folder. Your image will have the name of the folder it is placed in, tagged with latest. E.g. for the example folder the image will be built as `example:latest`.
0 commit comments