Skip to content

Commit 9c6f50c

Browse files
committed
do not pull, use an image created by previous cmd.
1 parent 6167bd5 commit 9c6f50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -x
44
set -e
55

66
(cd base && docker build --rm --pull -t formapro/nginx-php-fpm:latest .)
7-
(cd php-all-exts && docker build --rm --pull -t formapro/nginx-php-fpm:latest-all-exts .)
7+
(cd php-all-exts && docker build --rm -t formapro/nginx-php-fpm:latest-all-exts .)

0 commit comments

Comments
 (0)