Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 4cbe201

Browse files
committed
updated readme with options details
1 parent a5d3d1c commit 4cbe201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Parameters:
99

1010
Options:
1111

12-
- `--env` builds the image
12+
- `--env env` builds the image
1313
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.
1616

1717
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`.
1818

0 commit comments

Comments
 (0)