Skip to content

Commit 346b761

Browse files
committed
Document make usage of docker.sh
1 parent 7e35462 commit 346b761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# Author: <Renato Mefi [email protected]> https://github.com/renatomefi
44
#
55
# This script is suppose to be ran via Makefile, i.e.:
6-
# $ make test-image IMAGE="php:7.2-fpm-alpine3.7"
6+
# $ make test-image DOCKERFILE="alpine" IMAGE="php:7.2-fpm-alpine3.7"
7+
# $ make test-image DOCKERFILE="stretch" IMAGE="php:7.2-fpm-stretch"
78

89
set -eEuo pipefail
910

0 commit comments

Comments
 (0)